「params」を含む例文一覧(51)

1 2 次へ>
  • $params['authname']- authname
    $params['authname']-AuthName の値 - PEAR
  • $params['authtype']- authtype
    $params['authtype']-AuthType の値 - PEAR
  • $params['authuserfile']- authuserfile
    $params['authuserfile']-AuthUserFile の値 - PEAR
  • $params['authgroupfile']- authgroupfile
    $params['authgroupfile']-AuthGroupFile の値 - PEAR
  • $params['require']- require
    $params['require']-Require の値 - PEAR
  • $params['additional']- additional
    $params['additional']- 追加情報 - PEAR
  • Parameter $params['authname']- authname
    パラメータ $params['authname']- AuthName の値 - PEAR
  • $params['contenttype']- content type
    $params['contenttype']- Content-type を指定します。 - PEAR
  • $params['contentdisposition']- content disposition
    $params['contentdisposition']- Content-disposition を指定します。 - PEAR
  • $params['file']- filepath
    $params['file']- ファイルパスを指定します。 - PEAR
  • $params["host"] - The server to connect.
    $params["host"] - 接続するサーバ名。 - PEAR
  • $params['data']- raw data
    $params['data']- 生データを指定します。 - PEAR
  • $params['resource']- resource handle
    $params['resource']- リソースハンドルを指定します。 - PEAR
  • $params["port"] - The port to connect.
    $params["port"] - 接続するポート番号。 - PEAR
  • $params["verp"] - Whether to use VERP or not.
    $params["verp"] - VERPを使用するかどうか。 - PEAR
  • multipart/mixed $params["encoding"] - The encoding to use ie.
    multipart/mixed $params["encoding"] - 使用する符号付け。 - PEAR
  • $params["description"]- Content description
    $params["description"]- 内容について記述します。 - PEAR
  • $params["charset"]- Character set to use
    $params["charset"]- 使用する文字コードセットです。 - PEAR
  • $params["password"]- The password to use for SMTP authentication.
    $params["password"]- SMTP 認証で使用するパスワード。 - PEAR
  • $params["username"]- The username to use for SMTP authentication.
    $params["username"]-SMTP 認証で使用するユーザ名。 - PEAR
  • $params["auth"] - Whether or not to use SMTP authentication.
    $params["auth"] - SMTP 認証を使用するかどうか。 - PEAR
  • Default is localhost $params["timeout"] - The SMTP connection timeout.
    デフォルトは localhostです。 $params["timeout"] - SMTP 接続のタイムアウト。 - PEAR
  • $params["debug"] - Whether to enable SMTP debug mode or not.
    $params["debug"] - SMTPデバッグモードを使用するかどうか。 - PEAR
  • 7bit, 8bit, base64 or quoted-printable $params["cid"]- content ID to apply
    つまり7bit, 8bit, base64か quoted-printableを指定します。 $params["cid"]- content ID to apply - PEAR
  • $params['gzip']- whether to gzip the download
    $params['gzip']- gzip ダウンロードを行うかどうかを指定します。 - PEAR
  • $params['cachecontrol']- cache privacy and validity
    $params['cachecontrol']- キャッシュのプライバシーと妥当性を指定します。 - PEAR
  • $params["disposition"] - Content disposition inline or attachment
    $params["disposition"] - 内容配置inline(インライン) かattachment(添付)を指定します。 - PEAR
  • $params['lastmodified']- unix timestamp of last modification
    $params['lastmodified']- 最終更新日時の UNIX タイムスタンプを指定します。 - PEAR
  • $params["localhost"] - The value to give when sending EHLO or HELO.
    $params["localhost"] -EHLO あるいは HELO を送信する際に使用する値。 - PEAR
  • $params["dfilename"]- Optional filename parameter for content disposition
    $params["dfilename"]- 内容配置用のオプションファイル名を指定します。 - PEAR
  • The field name params for the node table
    ノードテーブルのフィールド名。 - PEAR
  • Defaults to .htaccess array $params - a array of parameters which can be:
    array $params -パラメータの配列には、次の値が使用できます: - PEAR
  • Check the count of entries in the array for $params
    また、$params で指定した配列の要素数を確認します。 - PEAR
  • the user to modify array $params an associative array of properties to change
    変更するユーザ。 array$params 変更するプロパティの連想配列。 - PEAR
  • $params['throttledelay']- amount of seconds to sleep after each chunk that has been sent
    $params['throttledelay']- 各チャンク送出後の停止秒数を指定します。 - PEAR
  • Hash with param = value pairs of the node (see $this-params)
    ノードのパラメータ = 値 形式の連想配列 ($this-params を参照ください)。 - PEAR
  • $params['buffersize']- amount of bytes read at once from files or resources
    $params['buffersize']- ファイルやリソースから一度に読み込むバイト数を指定します。 - PEAR
  • $params is an array of configuration options for the current query.
    $params は、現在のクエリで使用する設定項目の配列となります。 - PEAR
  • $params['cache']- whether to allow client side caching of the download
    $params['cache']- ダウンロードするものをクライアント側にキャッシュさせるかどうかを指定します。 - PEAR
  • Array of additional params to pass to the query.
    クエリに渡す追加パラメータの配列。 - PEAR
  • the SQL query or the statement to prepare array $params array to be used in execution of the statement.
    SQL クエリあるいはプリペアドステートメント。 array$params プリペアドステートメントの実行時に使用される配列。 - PEAR
  • If present, $params is an array in which the values are parameters for placeholder substitution in a prepared query.
    $params が存在した場合、それはプリペアドクエリのプレースホルダを置き換える値の配列となります。 - PEAR
  • If $params is an array, its elements will be joined as a space-delimited string.
    $paramsが配列の場合、その要素はスペース区切りの文字列として連結されるでしょう。 - PEAR
  • A associative array of params which may be needed by the handler
    ハンドラに必要なパラメータの連想配列。 - PEAR
  • the numbers of rows to fetch mixed $params array, string or numeric data to be added to the prepared statement.
    取得する行数。 mixed$params プリペアドステートメントに適用する配列・文字列あるいは数値のデータ。 - PEAR
  • the SQL query or the statement to prepare mixed $params array, string or numeric data to be added to the prepared statement.
    SQL クエリあるいはプリペアドステートメント。 mixed$params プリペアドステートメントに適用する配列・文字列あるいは数値のデータ。 - PEAR
  • Decode parameters list according to RFC 2231. params is a sequence of 2-tuples containing elements of the form(content-type, string-value).
    RFC 2231 に従ってパラメータのリストをデコードします。 params は (content-type, string-value) のような形式の2要素からなるタプルです。 - Python
  • Specifies the contents of the params passed tothe action routine. num_params
    \\fIparams\\fP 1iアクション手続きに渡される \\fIparams\\fP の内容を指定する。 - XFree86
  • Available indices are 'code', 'package', 'time', 'params', 'level', and 'context' Next, if the error should contain context information, this is handled by the context grabbing method.
    有効なインデックスは'code', 'package', 'time', 'params','level', そして 'context'次に、もしエラーがコンテキスト情報を含んでいた場合はコンテキスト処理メソッドによって処理されます。 - PEAR
  • if supplied, the types of the columns in the result set will be set for fetching array $params a numeric array containing the data to insert into the query
    指定した場合は、取得した結果セットのカラムの型を設定します。 array$params クエリに挿入するデータを含む、数値添字の配列。 - PEAR
1 2 次へ>

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    Copyright 2001-2004 Python Software Foundation.All rights reserved.
    Copyright 2000 BeOpen.com.All rights reserved.
    Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
    Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  • PEAR
    Copyright © 2001 - 2008 by the PEAR Documentation Group.
    This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence