検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 140 for map (0.018 sec.)
Returns the pair at a given positional index 7257
« Ds\Map::reversed Ds\Map::slice » PHP Manual Map Returns the pair at a given positional index D ... s\Map::skip (PECL ds >= 1.0.0) Ds\Map::skip — Returns th ... e pair at a given positional index 説明 public Ds\Map::skip ( int $position ): Ds\Pair Returns the pair ... eException if the position is not valid. 例 例1 Ds\Map::skip() example <?php $map = new \ Ds \ Map ([ "a" ... => 1 , "b" => 2 , "c" => 3 ]); var_dump ( $map -> skip ( 1 )); ?> 上の例の出力は、 たとえば以下の ...
https://man.plustar.jp/php/ds-map.skip.html - [similar]
指定した配列の要素にコールバック関数を適用する 7245
« array_keys array_merge_recursive » PHP Manual 配列 関数 指定した配列の要素にコールバック関数を ... 適用する array_map (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) array_map... た配列の要素にコールバック関数を適用する 説明 array_map ( ? callable $callback , array $array , array ...$ ... arrays ): array array_map() は、 array (および、 それ以上の配列が与えられた場 ... callback 関数が受け付けるパラメータの数は、 array_map() に渡される配列の数に一致している必要があります。 ...
https://man.plustar.jp/php/function.array-map.html - [similar]
Yaf_Route_Map クラス 7197
« Yaf_Route_Interface::route Yaf_Route_Map::assemble » PHP Manual Yaf Yaf_Route_Map クラス Yaf_R ... oute_Map クラス (Yaf >=1.0.0) はじめに Yaf_Route_Map は標準 ... アクション名に変換します (どちらになるかは Yaf_Route_Map::__construct() に渡すパラメータで決まります)。 その ... _B_C. A/B/C/D/E => controller A_B_C_D_E. Yaf_Route_Map::__construct() の二番目のパラメータを指定すると、 ... ングリクエストのパラメータとして使います ( Yaf_Route_Map::__construct() のサンプルを参照ください)。 クラス概 ...
https://man.plustar.jp/php/class.yaf-route-map.html - [similar]
6899
« 定義済み定数 Collection » PHP Manual Data Structures 例 例 例1 Vector <?php $vector = new \ Ds ... Object ( [0] => a [1] => b [2] => c [3] => d ) 例2 Map <?php $map = new \ Ds \ Map (); $map -> put ( 'a' ... , 1 ); $map -> put ( 'b' , 2 ); $map [ 'c' ] = 3 ; print_r ( $ ... 上の例の出力は、 たとえば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a [value ... 連キーワード: 例 , Ds , Object , Pair , key , 出力 , Map , 定義 , 定数 , Collection ...
https://man.plustar.jp/php/ds.examples.html - [similar]
Returns a representation that can be converted to JSON 6661
« Ds\Map::isEmpty Ds\Map::keys » PHP Manual Map Returns a representation that can be converted t ... o JSON Ds\Map::jsonSerialize (PECL ds >= 1.0.0) Ds\Map::jsonSeri ... never need to call this directly. 関連キーワード: Map , Ds , jsonSerialize , Returns , representation , ...
https://man.plustar.jp/php/ds-map.jsonserialize.html - [similar]
関数・メソッド 6577
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... を得る array_key_last - 配列の最後のキーを得る array_map - 指定した配列の要素にコールバック関数を適用する a ... MImplementation オブジェクトを作成する DOMNamedNodeMap::count - マップにあるノードの数を取得する DOMNamed ... NodeMap::getNamedItem - 名前で指定されたノードを取得する D ... OMNamedNodeMap::getNamedItemNS - ローカル名および名前空間 URI で指 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
XMLタグのマッピングの例 6565
« XML エレメント構造の例 XML 外部エンティティの例 » PHP Manual 例 XMLタグのマッピングの例 XMLタグ ... Lドキュメントのタグを直接HTMLタグにマップします。 "map array" にないエレメントは無視されます。もちろん、こ ... する場合のみ動作します。 <?php $file = "data.xml" ; $map_array = array( "BOLD" => "B" , "EMPHASIS" => "I" , ... tartElement ( $parser , $name , $attrs ) { global $map_array ; if (isset( $map_array [ $name ])) { echo " ... < $map_array [ $name ] >" ; } } function endElement ( $pa ...
https://man.plustar.jp/php/example.xml-map-tags.html - [similar]
route の目的 6482
« Yaf_Route_Map::__construct Yaf_Route_Regex » PHP Manual Yaf_Route_Map route の目的 Yaf_Route_Map ... ap::route (Yaf >=1.0.0) Yaf_Route_Map::route — route の目的 説明 public Yaf_Route_Map::r ... 戻り値 関連キーワード: route , Yaf , 目的 , Route , Map , request , construct , Regex , public , Request ...
https://man.plustar.jp/php/yaf-route-map.route.html - [similar]
Sets a type map to use for BSON unserialization 6339
« MongoDB\Driver\CursorInterface::isDead MongoDB\Driver\CursorInterface::toArray » PHP Manual Mo ... ngoDB\Driver\CursorInterface Sets a type map to use for BSON unserialization MongoDB\Driver\Cur ... sorInterface::setTypeMap (mongodb >=1.6.0) MongoDB\Driver\CursorInterface:: ... setTypeMap — Sets a type map to use for BSON unserialization ... ract public MongoDB\Driver\CursorInterface::setTypeMap ( array $typemap ): void Sets the type map configu ...
https://man.plustar.jp/php/mongodb-driver-cursorinterface.settypemap.html - [similar]
Sets a type map to use for BSON unserialization 6184
« MongoDB\Driver\Cursor::rewind MongoDB\Driver\Cursor::toArray » PHP Manual MongoDB\Driver\Curso ... r Sets a type map to use for BSON unserialization MongoDB\Driver\Cur ... sor::setTypeMap (mongodb >=1.0.0) MongoDB\Driver\Cursor::setTypeMa ... p — Sets a type map to use for BSON unserialization 説明 final public ... MongoDB\Driver\Cursor::setTypeMap ( array $typemap ): void Sets the type map configu ...
https://man.plustar.jp/php/mongodb-driver-cursor.settypemap.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT