検索

phrase: max: clip:
target: order:
Results of 731 - 740 of about 2443 for Array (0.127 sec.)
正しく並べ替えて区切られたロケール ID を返す 2258
« Locale::canonicalize Locale::filterMatches » PHP Manual Locale 正しく並べ替えて区切られたロケー ... ジェクト指向型 public static Locale::composeLocale ( array $subtags ): string | false 手続き型 locale_compose ... ( array $subtags ): string | false 正しく並べ替えて区切られ ... 返します。 例 例1 locale_compose() の例 <?php $arr = array( 'language' => 'en' , 'script' => 'Hans' , 'region ... ( $arr ); ?> 例2 オブジェクト指向の例 <?php $arr = array( 'language' => 'en' , 'script' => 'Hans' , 'region ...
https://man.plustar.jp/php/locale.composelocale.html - [similar]
Return the versions of LuaSandbox and Lua 2258
« LuaSandbox::getProfilerFunctionReport LuaSandbox::loadBinary » PHP Manual LuaSandbox Return th ... 説明 public static LuaSandbox::getVersionInfo (): array Returns the versions of LuaSandbox and Lua. パラメ ... の関数にはパラメータはありません。 戻り値 Returns an array with two keys: element type description LuaSandbox ... , versions , Return , of , the , getVersionInfo , array , version , string , パラメータ ...
https://man.plustar.jp/php/luasandbox.getversioninfo.html - [similar]
パターンを使用して入力文字列をパースする 2258
« MessageFormatter::parseMessage MessageFormatter::setPattern » PHP Manual MessageFormatter パタ ... public MessageFormatter::parse ( string $string ): array | false 手続き型 msgfmt_parse ( MessageFormatter $ ... formatter , string $string ): array | false 入力文字列をパースし、取り出した項目を配列 ... export ( $res ); ?> 上の例の出力は以下となります。 array ( 0 => 4560, 1 => 123, 2 => 37.073, ) array ( 0 => ... ターン , MessageFormatter , msgfmt , 使用 , string , array , メッセージ , formatter ...
https://man.plustar.jp/php/messageformatter.parse.html - [similar]
Create a new Command 2258
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... final public MongoDB\Driver\Command::__construct ( array | object $document , array $commandOptions = ? ) C ... 017" ); $command = new MongoDB \ Driver \ Command (array( "buildinfo" => 1 )); try { $cursor = $manager -> ... d ( "admin" , $command ); $response = $cursor -> toArray ()[ 0 ]; } catch( MongoDB \ Driver \ Exception $e ... ?> 上の例の出力は、 たとえば以下のようになります。 array(13) { ["version"]=> string(14) "2.8.0-rc2-pre-" [" ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
CollectionModify のコンストラクタ 2258
« CollectionModify::bind CollectionModify::execute » PHP Manual mysql_xdevapi\CollectionModify C ... tion -> modify ( "name in ('Bernie', 'Jane')" ) -> arrayAppend ( 'traits' , 'Happy' ) -> execute (); $resul ... ?> 上の例の出力は、 たとえば以下のようになります。 Array ( [0] => Array ( [_id] => 00005b6b5361000000000000 ... 010c [name] => Bernie [traits] => Array ( [0] => Friend [1] => Brother [2] => Human [3] => ... キーワード: CollectionModify , construct , xdevapi , Array , パラメータ , 更新 , traits , Bernie , 出力 , 関数 ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.construct.html - [similar]
スキーマのテーブルを取得する 2258
« Schema::getSession Schema::getTables » PHP Manual mysql_xdevapi\Schema スキーマのテーブルを取得 ... ?> 上の例の出力は、 たとえば以下のようになります。 Array ( [0] => Array ( [name] => John [age] => 42 ) [1] ... => Array ( [name] => Sam [age] => 33 ) ) 関連キーワード: テ ... ーブル , スキーマ , 取得 , xdevapi , getTable , Array , Table , age , オブジェクト , string ...
https://man.plustar.jp/php/mysql-xdevapi-schema.gettable.html - [similar]
Returns the client options set internally 2258
« SolrClient::getDebug SolrClient::optimize » PHP Manual SolrClient Returns the client options s ... internally 説明 public SolrClient::getOptions (): array Returns the client options set internally. Very us ... の関数にはパラメータはありません。 戻り値 Returns an array containing all the options for the SolrClient obje ... rnally , options , the , SolrClient , getOptions , array , パラメータ , when , construct ...
https://man.plustar.jp/php/solrclient.getoptions.html - [similar]
Returns the number of child documents 2258
« SolrInputDocument::getChildDocuments SolrInputDocument::getField » PHP Manual SolrInputDocumen ... g SolrInputDocument::addChildDocuments() - Adds an array of child documents SolrInputDocument::hasChildDocu ... olrInputDocument::getChildDocuments() - Returns an array of child documents (SolrInputDocument) 関連キーワー ... etChildDocumentsCount , Adds , getChildDocuments , array ...
https://man.plustar.jp/php/solrinputdocument.getchilddocumentscount.html - [similar]
配列のサイズを変更する 2258
« SplFixedArray::rewind SplFixedArray::toArray » PHP Manual SplFixedArray 配列のサイズを変更する ... SplFixedArray::setSize (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedAr ... tSize — 配列のサイズを変更する 説明 public SplFixedArray::setSize ( int $size ): bool 配列のサイズを、新しい ... きない場合に E_WARNING が発生します。 例 例1 SplFixedArray::setSize() の例 <?php $array = new SplFixedArray ( ... 5 ); echo $array -> getSize (). "\n" ; $array -> setSize ( 10 ); ec ...
https://man.plustar.jp/php/splfixedarray.setsize.html - [similar]
Status of cache 2258
« Yac::__get Yac::set » PHP Manual Yac Status of cache Yac::info (PECL yac >= 1.0.0) Yac::info — ... Status of cache 説明 public Yac::info (): array Get status of cache system パラメータ この関数には ... パラメータはありません。 戻り値 Return an array, consistent with: "memory_size", "slots_memory_siz ... Status , Yac , of , size , slots , info , memory , array , パラメータ , segment ...
https://man.plustar.jp/php/yac.info.html - [similar]