検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 460 for [SIMILAR] 16 1024 4096 WITH 17207 ーサ WITH 1252... (0.447 sec.)
パースコールバック 0
« コールバック 発行コールバック » PHP Manual コールバック パースコールバック パースコールバック パースコールバック ( callable ) は、 yaml_parse() や yaml_parse_file() そして yaml_parse_url() 関数が、登録済みの YAML タグに遭遇したときに起動します。 コールバックに渡されるのは、タグ付けされ ...
https://man.plustar.jp/php/yaml.callbacks.parse.html - [similar]
igbinary_serialize によって保存されたバイナリ表現から、PHP の値を復元する 0
« igbinary_serialize JSON » PHP Manual Igbinary 関数 igbinary_serialize によって保存されたバイナリ表現から、PHP の値を復元する igbinary_unserialize (PECL igbinary >= 1.1.1) igbinary_unserialize — igbinary_serialize() によって保存されたバイナリ表現から、PHP の値を復元する 説明 igbinary_un ...
https://man.plustar.jp/php/function.igbinary-unserialize.html - [similar]
XMLReader クラス 0
« リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに XMLReader 拡張モジュールは、プル型の XML パーサです。ドキュメント ストリーム内をカーソル風に進んでいき、その途中の各ノードで立ち止まります。 クラス概要 class XML ...
https://man.plustar.jp/php/class.xmlreader.html - [similar]
オープンされたアルゴリズムでサポートされるキーのサイズを配列として返す 0
« mcrypt_module_get_algo_key_size mcrypt_module_is_block_algorithm_mode » PHP Manual Mcrypt 関数 オープンされたアルゴリズムでサポートされるキーのサイズを配列として返す mcrypt_module_get_supported_key_sizes (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0) mcrypt_module_get_sup ...
https://man.plustar.jp/php/function.mcrypt-module-get-supported-key-sizes.html - [similar]
配列構造体に XML データを処理する 0
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xml_parse_into_struct (PHP 4, PHP 5, PHP 7, PHP 8) xml_parse_into_struct — 配列構造体に XML データを処理する 説明 xml_parse_into_struct ( XMLParser $parser , string $data , array &$values , arra ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]
配列の要素から、ReflectionReference を生成する 0
« ReflectionReference::__construct ReflectionReference::getId » PHP Manual ReflectionReference 配列の要素から、ReflectionReference を生成する ReflectionReference::fromArrayElement (PHP 7 >= 7.4.0, PHP 8) ReflectionReference::fromArrayElement — 配列の要素から、ReflectionReference を生成す ...
https://man.plustar.jp/php/reflectionreference.fromarrayelement.html - [similar]
次にするべきことは? 0
« フォームの処理 インストールと設定 » PHP Manual 簡易チュートリアル 次にするべきことは? 次にするべきことは? ここで得た知識により、マニュアルのほとんどの部分、 そしてサンプルのアーカイブにある多くのスクリプトの例を理解できるようになったはずです。 この他 PHP でできる多くのことを示すスライド ...
https://man.plustar.jp/php/tutorial.whatsnext.html - [similar]
レコードを返す 0
« yaz_range yaz_scan_result » PHP Manual YAZ 関数 レコードを返す yaz_record (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_record — レコードを返す 説明 yaz_record ( resource $id , int $pos , string $type ): string yaz_record() 関数は、現在の結果セットの pos で指定した位置にあるレコードを調べます ...
https://man.plustar.jp/php/function.yaz-record.html - [similar]
Yaf_View_Interface クラス 0
« Yaf_Action_Abstract::getControllerName Yaf_View_Interface::assign » PHP Manual Yaf Yaf_View_Interface クラス Yaf_View_Interface クラス (Yaf >=1.0.0) はじめに Yaf では、組み込みのビューエンジン Yaf_View_Simple のかわりにカスタムビューを自作できるようになっています。 その実例は、 Yaf_Dis ...
https://man.plustar.jp/php/class.yaf-view-interface.html - [similar]
アロー関数 0
« 無名関数 第一級callableを生成する記法 » PHP Manual 関数 アロー関数 アロー関数 アロー関数は 無名関数 を簡潔に書ける文法として PHP 7.4 で追加されました。 無名関数とアロー関数は共に Closure クラスを使って実装されています。 アロー関数は fn (argument_list) => expr という形で記述します。 アロ ...
https://man.plustar.jp/php/functions.arrow.html - [similar]