Form group name mixed $arg1array ( 'element name or index' = array( array(rule data), ...
フォームのグループ名。 - PEAR
an array of format: array( 'channel' = channel name, 'package' = package name, ['version' = specific version to retrieve,] ['state' = specific state to retrieve,] )
以下の形式の配列。 - PEAR
The attributes for the XML or HTML TD tag; form: array(name = value, ...)
XML あるいは HTML の TD タグの属性。 array(name = value, ...) 形式。 - PEAR
Note that in the above output, directories are flagged as type D, and files are flagged as type F.
Array([0] = Array([name] = docs[type] = D)[1] = Array([name] = package.xml[type] = F)[2] = Array([name] = SVN.php[type] = F)[3] = Array([name] = SVN[type] = D)[4] = Array([name] = tests[type] = D)) 上の出力例で、ディレクトリにはD、ファイルには Fというフラグが立っていることに注意しましょう。 - PEAR
Package namearray $info information to update
パッケージ名。 array$info 更新する情報。 - PEAR
Additional headers, the format of the argument is $array["header-name"] = "header-value"
追加のヘッダで、引き数の書式は$array["header-name"]= "header-value" です。 - PEAR
array( 'channel' = channel name, 'package' = package name, 'version' = specific version to retrieve, )
array('channel' = チャネル名,'package' = パッケージ名,'version' = 取得したい特定のバージョン,) - PEAR
Name of new section arrayarray $attributes Section attributes
新規セクションの名前。 arrayarray $attributes セクションの属性。 - PEAR
element name or array ('element name' = 'style name') string $styleName style name if $elementName is not an array 要素名あるいは配列 ('要素名' = 'スタイル名')。 string$styleName $elementNameが配列でない場合に、スタイル名。 - PEAR
element name or array ('element name' = 'block name') string $blockName block name if $elementName is not an array 要素名あるいは配列 ('要素名' = 'ブロック名')。 string$blockName $elementNameが配列でない場合に、ブロック名。 - PEAR
array of elements composing the group string $name (optional) group name グループを構成する要素の配列。 string$name (オプション) グループ名。 - PEAR
header value if $name is not an array $nameが配列でない場合、ヘッダ値を指定します。 - PEAR
string $nName Name of the notification.
string $nName 通知名を指定します mixed $info = array() - PEAR
if xsdversion is '2.0', this should be an array of format: array( 'name' = package name 'channel' = package channel - see notes below ['min' = minimum version (inclusive),] ['max' = maximum version (inclusive),] ['exclude' = single version to exclude (string), or array of versions to exclude,] )
xsdversion が '2.0' の場合、以下の形式の配列となります。 - PEAR
parameter value if $name is not an array $name が配列でない場合、パラメータ値を指定します。 - PEAR
array( 'name' = package name 'type' = 'pkg' - anything else is an error 'rel' = 'has', 'ge', 'le', 'lt', 'le', 'not', 'ne' ['version' = specific version to retrieve,] )
array('name' = パッケージ名,'type' = 'pkg' - これ以外はエラー,'rel' = 'has', 'ge', 'le', 'lt', 'le', 'not', 'ne'['version' = 取得したい特定のバージョン,]) - PEAR
Package namearray $info additional information for the package entry
パッケージ名。 array$info パッケージのエントリに関する追加情報。 - PEAR
Callback, either function name or array($object, 'method') boolean $mergeFiles Whether uploaded files should be processed too
コールバック。 関数名あるいは array($object, 'method') 形式です。 - PEAR
Callback, either function name or array($object, 'method')
コールバック。 関数名あるいは array($object, 'メソッド名') で指定します。 - PEAR
header name or array ('header name' = 'headervalue')
ヘッダ名、あるいは配列 ('ヘッダ名' ='ヘッダ値') を指定します。 - PEAR
variable name or array ('varname'='value') string $value variable value if $variable is not an array 変数名あるいは ('変数名'='値') 形式の配列。 - PEAR
Element name(s) (as array or string) string $class(optional)
要素名 (文字列あるいは配列)。 - PEAR
Return value Returns array 'name map'.
返り値 「名前マップ」の配列を返します。 - PEAR
values used to fill the form, array('element name' = 'element value') mixed $filter (optional) filter(s) to apply to all default values
フォームに設定する値。 - PEAR
In this case, the array key contains the tag name and the array value the corresponding attribute name. _ATTRIBUTE_TYPE
この場合、配列のキーはタグ名と属性名に一致する値を取ります。 - PEAR
parameter name or array ('parameter name' = 'parametervalue')
パラメータ名、あるいは配列 ('パラメータ名' ='パラメータ値') を指定します。 - PEAR
unset name[subscript] destroys the array element at index subscript.
unset name[subscript]とすると、インデックスが subscript である配列の要素が破棄されます。 - JM
Form element name or array of such names.
フォームの要素名、あるいは要素名の配列。 - PEAR
in the arrayname that has a length of len bytes.
で設定された) NULL 終端されたホスト名を、長さ len バイトの配列 name に返す。 - JM
This function should return an array of this format for all packages that match the constraints defined above: array( array( 'name' = 'packagename', 'category' = 'category name', 'license' = 'release license', 'summary' = 'package summary', 'description' = 'package description', 'stable' = 'latest release version that matches constraints', 'unstable' = 'latest unstable release version or false if stable_only', 'state' = 'release state of latest release that matches constraints', 'deps' = array( // same format as for package.info ) ), // etc.);
この関数は、上で示した条件を満たすすべてのパッケージをこのような形式の配列で返します。 - PEAR
The key of each element in the $idx array is an index name, and the value is generally an array containing a definition for the index. $idx 配列における各要素のキーがインデックス名となります。 - PEAR
returns either array('file' = file, 'line' = line, 'function' = function name, 'class' = class name) or if this doesn't work, then false Throws 成功した場合にarray('file' = ファイル名, 'line' = 行番号,'function' = 関数名, 'class' = クラス名) を、失敗した場合に false を返します。 - PEAR
This only makes sense for HTML or XML renderingReturn value returnsAttributes; form: array(name = value, ...)
これは、HTML あるいは XML 形式でレンダリングする際にのみ使用されます。 返り値 array(name = value, ...) 形式で属性を返します。 - PEAR
The keys of the array are 'title'- name of the channel
配列キーは下記のとおりです。 'title'- チャンネル名です。 - PEAR
"'",where name is the name of the wisher.The query result is an array of id's from the records that meet the query.
この name はウィッシャーの名前です。 クエリーの結果は、クエリーに一致するレコードの ID の配列です。 - NetBeans
The second parameter (definition of changes) is an array with these keys: name: new name for the table.
二番目の引数 (変更内容の定義) は、これらのキーを持つ配列です。 name: テーブルの新しい名前。 - PEAR
The first item in the array (at position 0) contains the last name, and position 1contains the first name. 配列の最初の項目 (位置 0) には姓が、位置 1 には名が含まれます。 - NetBeans
The name, or an array of names, of constants to load
ロードしたい定数の名前、もしくは名前の配列 - PEAR
It takes three parameters: the table name, the constraint name and the definition array.
このメソッドのパラメータは、テーブル名と制約名、そして定義配列の三つです。 - PEAR
A file is a linear array of bytes with at least one name.
ファイルは、少なくとも 1個の名前を持つバイト列です。 - FreeBSD
Fortune file name, or name of a directory containing fortune files.If passing an array, array of fortune files names.
fortune ファイルの名前、あるいは fortune ファイルを含むディレクトリの名前。 複数の fortune ファイル名を配列で渡すこともできます。 - PEAR
The name, or an array of names, of functions to load
ロードしたい関数の名前、もしくは関数の配列 - PEAR
Associative array of tag attributes or HTML attributesname="value" pairs
タグの属性や HTML の属性をname="value" のペアで表した連想配列。 - PEAR
A single option name or the options array.
単一のオプション名、もしくはオプションの配列を指定します。 - PEAR
Individual array elements may be assigned to using the name[subscript]=value syntax introduced above.
個別の配列要素に対する代入は、先に説明したname[subscript]=value の記法を使って行います。 - JM
Example 37-2. Resulting array with attributes and directives with same name or not
例 37-2同名の属性やディレクティブが含まれる結果の配列 - PEAR
A data arrayname is set as header and footer elements for showing the beginning and the end of the data array. データ配列名は、データ配列の最初と最後を示すヘッダーおよびフッターエレメントとして設定される。 - 特許庁
It is an associative array of the form 'option name' = 'option value'.
これは、'オプション名' = 'オプションの値'という形式の連想配列となります。 - PEAR
The format is: filename = array('type' = php-const|pear-config|package-info 'from' = text in file 'to' = name of variable) if type is php-const, then 'to' must be the name of a PHP Constant.
書式は以下のようになります。 filename = array('type' = php-const|pear-config|package-info'from' = ファイル内のテキスト'to' = 変数名)type が php-const の場合、'to' は PHP の定数名でなければなりません。 - PEAR
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.