検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 720 for Version (0.180 sec.)
新しい DOMCdataSection オブジェクトを作成する 3192
« DOMCdataSection DOMCharacterData » PHP Manual DOMCdataSection 新しい DOMCdataSection オブジェク ... aveXML (); ?> 上の例の出力は以下となります。 <?xml version="1.0" encoding="utf-8"?> <root><![CDATA[root value ...
https://man.plustar.jp/php/domcdatasection.construct.html - [similar]
新しい DOMComment オブジェクトを作成する 3192
« DOMComment DOMDocument » PHP Manual DOMComment 新しい DOMComment オブジェクトを作成する DOMCom ... oot comment' )); echo $dom -> saveXML (); /* <?xml version="1.0" encoding="iso-8859-1"?><root><!--root commen ...
https://man.plustar.jp/php/domcomment.construct.html - [similar]
生の XML データを追加する 3192
« DOMDocumentFragment DOMDocumentFragment::__construct » PHP Manual DOMDocumentFragment 生の XML ... aveXML (); ?> 上の例の出力は以下となります。 <?xml version="1.0"?> <root><foo>text</foo><bar>text2</bar></roo ...
https://man.plustar.jp/php/domdocumentfragment.appendxml.html - [similar]
ノードが存在する行の番号を取得します。 3192
« DOMNode::cloneNode DOMNode::getNodePath » PHP Manual DOMNode ノードが存在する行の番号を取得しま ... p // 以下の例で使うXMLのダンプ $xml = <<<XML <?xml version="1.0" encoding="utf-8"?> <root> <node /> </root> X ...
https://man.plustar.jp/php/domnode.getlineno.html - [similar]
Returns the sum of all values in the map 3192
« Ds\Map::sorted Ds\Map::toArray » PHP Manual Map Returns the sum of all values in the map Ds\Ma ... p::sum (No version information available, might only be in Git) Ds\Ma ...
https://man.plustar.jp/php/ds-map.sum.html - [similar]
Apache の subprocess_env 変数を取得する 3192
« apache_get_version apache_lookup_uri » PHP Manual Apache 関数 Apache の subprocess_env 変数を取 ...
https://man.plustar.jp/php/function.apache-getenv.html - [similar]
フィールドの値を得る 3192
« fdf_get_status fdf_get_version » PHP Manual FDF 関数 フィールドの値を得る fdf_get_value (PHP 4 ...
https://man.plustar.jp/php/function.fdf-get-value.html - [similar]
種々の readline の内部変数を取得/設定する 3192
« readline_completion_function readline_list_history » PHP Manual Readline 関数 種々の readline ... うになります。 done, end, erase_empty_line, library_version, line_buffer, mark, pending_input, point, prompt, ...
https://man.plustar.jp/php/function.readline-info.html - [similar]
一時ファイル用に使用されるディレクトリのパスを返す 3192
« set_time_limit version_compare » PHP Manual PHP オプション/情報 関数 一時ファイル用に使用される ...
https://man.plustar.jp/php/function.sys-get-temp-dir.html - [similar]
Unicode のバージョンを取得する 3192
« IntlChar::getPropertyValueName IntlChar::hasBinaryProperty » PHP Manual IntlChar Unicode のバー ... ジョンを取得する IntlChar::getUnicodeVersion (PHP 7, PHP 8) IntlChar::getUnicodeVersion — Unico ... ンを取得する 説明 public static IntlChar::getUnicodeVersion (): array Unicode のバージョン情報を取得します。 バ ... 準のバージョン情報が入っています。 たとえば、Unicode version 3.1.1 は、 [3, 1, 1, 0] という配列で表現されます。 ... ロパティの例 <?php var_dump ( IntlChar :: getUnicodeVersion ()); ?> 上の例の出力は以下となります。 array(4) { ...
https://man.plustar.jp/php/intlchar.getunicodeversion.html - [similar]