検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 306 for first (0.031 sec.)
Yaf_Route_Regex のコンストラクタ 4798
« Yaf_Route_Regex::assemble Yaf_Route_Regex::route » PHP Manual Yaf_Route_Regex Yaf_Route_Regex ... equest->getParam("name") 2 => "id" , // to get the first captrue in the match pattern. ) ) ); ?> 例2 Yaf_Ro ... equest->getParam("name") 2 => "id" , // to get the first captrue in the match pattern. ) ) ); ?> 例3 Yaf_Ro ... ontroller name ), array( 2 => "id" , // to get the first captrue in the match pattern. ) ) ); ?> 例4 Yaf_Ro ...
https://man.plustar.jp/php/yaf-route-regex.construct.html - [similar]
The Map class 4751
« Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N ... c filter ( callable $callback = ? ): Ds\Map public first (): Ds\Pair public get ( mixed $key , mixed $defau ... llable to determine which pairs to include Ds\Map::first — Returns the first pair in the map Ds\Map::get — ...
https://man.plustar.jp/php/class.ds-map.html - [similar]
バイナリ文字列からインポートする 4751
« gmp_hamdist gmp_init » PHP Manual GMP 関数 バイナリ文字列からインポートする gmp_import (PHP 5 ... $data , int $word_size = 1 , int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN ): GMP バイナリ文字列から GMP数 ... 合わせて主に使います。 flags デフォルト値は GMP_MSW_FIRST | GMP_NATIVE_ENDIAN です。 戻り値 GMP 数を返します ...
https://man.plustar.jp/php/function.gmp-import.html - [similar]
指定したオフセットに値を設定する 4714
« ArrayAccess::offsetGet ArrayAccess::offsetUnset » PHP Manual ArrayAccess 指定したオフセットに値 ... タは null に設定されます。 <?php $arrayaccess [] = "first value" ; $arrayaccess [] = "second value" ; print_ ... ; ?> 上の例の出力は以下となります。 Array ( [0] => first value [1] => second value ) 注意 : この関数は、参照 ...
https://man.plustar.jp/php/arrayaccess.offsetset.html - [similar]
配列のすべてのキーの大文字小文字を変更する 4714
« 配列 関数 array_chunk » PHP Manual 配列 関数 配列のすべてのキーの大文字小文字を変更する array_ ... hange_key_case() の例 <?php $input_array = array( "FirSt" => 1 , "SecOnd" => 4 ); print_r ( array_change_ke ... PER )); ?> 上の例の出力は以下となります。 Array ( [FIRST] => 1 [SECOND] => 4 ) 注意 注意 : 配列の添字に、こ ...
https://man.plustar.jp/php/function.array-change-key-case.html - [similar]
Export the lob object to a file 4714
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... 2_new() or fetch a lob object from CUBRID database first. If the file already exists, the operation will fa ... q ); cubrid_move_cursor ( $req , 1 , CUBRID_CURSOR_FIRST ); $row = cubrid_fetch ( $req , CUBRID_NUM | CUBRI ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
以前の例外ハンドラ関数を回復する 4714
« restore_error_handler set_error_handler » PHP Manual エラー処理関数 以前の例外ハンドラ関数を回 ... ndler (); throw new Exception ( 'This triggers the first exception handler...' ); ?> 上の例の出力は以下とな ... ります。 [exception_handler_1] This triggers the first exception handler... 参考 set_exception_handler() ...
https://man.plustar.jp/php/function.restore-exception-handler.html - [similar]
LDAP 関数 4714
« LDAP コントロール ldap_8859_to_t61 » PHP Manual LDAP LDAP 関数 LDAP 関数 目次 ldap_8859_to_t61 ... ldap_explode_dn — DN を構成要素ごとに分割する ldap_first_attribute — 最初の属性を返す ldap_first_entry — 最 ... 初の結果 ID を返す ldap_first_reference — 最初のリファレンスを返す ldap_free_res ...
https://man.plustar.jp/php/ref.ldap.html - [similar]
Lightweight Directory Access Protocol 4667
« GearmanException はじめに » PHP Manual その他のサービス Lightweight Directory Access Protocol ... ldap_explode_dn — DN を構成要素ごとに分割する ldap_first_attribute — 最初の属性を返す ldap_first_entry — 最 ... 初の結果 ID を返す ldap_first_reference — 最初のリファレンスを返す ldap_free_res ...
https://man.plustar.jp/php/book.ldap.html - [similar]
SeekableIterator インターフェイス 4667
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... tor { private $position ; private $array = array( "first element" , "second element" , "third element" , "f ... ?> 上の例の出力は、 たとえば以下のようになります。 first element third element second element invalid seek ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]