検索

phrase: max: clip:
target: order:
Results of 851 - 860 of about 2443 for Array (0.178 sec.)
リクエストを組み立てる 2193
« Yaf_Route_Interface Yaf_Route_Interface::route » PHP Manual Yaf_Route_Interface リクエストを組 ... 説明 abstract public Yaf_Route_Interface::assemble ( array $info , array $query = ? ): string このメソッドは引 ... Route , Yaf , info , assemble , query , メソッド , array , public , string ...
https://man.plustar.jp/php/yaf-route-interface.assemble.html - [similar]
パースコールバック 2193
« コールバック 発行コールバック » PHP Manual コールバック パースコールバック パースコールバック ... YAML; $result = yaml_parse ( $yaml , 0 , $ndocs , array( '!example/hello' => 'tag_callback' , )); var_dump ... ?> 上の例の出力は、 たとえば以下のようになります。 array(3) { [0]=> string(5) "World" [1]=> string(14) "!ex ... ample/hello" [2]=> int(1) } array(1) { ["greeting"]=> string(11) "Hello World" } 関連 ... キーワード: パース , string , タグ , エンティティ , array , 発行 , データ , int , example , 出力 ...
https://man.plustar.jp/php/yaml.callbacks.parse.html - [similar]
ユーザー定義の比較関数でエントリをソートし、キーとの対応は保持する 2179
« ArrayObject::setIteratorClass ArrayObject::uksort » PHP Manual ArrayObject ユーザー定義の比較関 ... 数でエントリをソートし、キーとの対応は保持する ArrayObject::uasort (PHP 5 >= 5.2.0, PHP 7, PHP 8) Array ... ントリをソートし、キーとの対応は保持する 説明 public ArrayObject::uasort ( callable $callback ): bool この関数 ... xed $b ): int 戻り値 常に true を返します。 例 例1 ArrayObject::uasort() の例 <?php // 比較関数 function cm ... urn ( $a < $b ) ? - 1 : 1 ; } // ソートしたい配列 $array = array( 'a' => 4 , 'b' => 8 , 'c' => - 1 , 'd' => ...
https://man.plustar.jp/php/arrayobject.uasort.html - [similar]
The MongoDB\Driver\Exception\LogicException class 2179
« MongoDB\Driver\Exception\InvalidArgumentException MongoDB\Driver\Exception\RuntimeException » ... tring $ file = "" ; protected int $ line ; private array $ trace = [] ; private ? Throwable $ previous = nu ... tLine (): int final public Exception::getTrace (): array final public Exception::getTraceAsString (): strin ... lic , string , final , int , private , protected , array ...
https://man.plustar.jp/php/class.mongodb-driver-exception-logicexception.html - [similar]
警告およびエラーを返す 2179
« DateTime::createFromInterface DateTime::modify » PHP Manual DateTime 警告およびエラーを返す Da ... クト指向型 public static DateTime::getLastErrors (): array | false 手続き型 date_get_last_errors (): array | ... etLastErrors , date , errors , DateTimeImmutable , array , パラメータ ...
https://man.plustar.jp/php/datetime.getlasterrors.html - [similar]
指定した書式でフォーマットされた日付についての情報を取得する 2179
« date_offset_get date_parse » PHP Manual 日付・時刻 関数 指定した書式でフォーマットされた日付に ... from_format ( string $format , string $datetime ): array 指定した日付/時刻についての詳細情報を連想配列で返し ... :iP" , $date )); ?> 上の例の出力は以下となります。 Array ( [year] => 2009 [month] => 1 [day] => 6 [hour] => ... 0 [fraction] => [warning_count] => 0 [warnings] => Array ( ) [error_count] => 0 [errors] => Array ( ) [is_l ...
https://man.plustar.jp/php/function.date-parse-from-format.html - [similar]
指定した色に最も近い色のインデックスを取得する 2179
« imagecolorat imagecolorclosestalpha » PHP Manual GD および Image 関数 指定した色に最も近い色の ... $im , false , 255 ); // 探したい色 (RGB) $colors = array( array( 254 , 145 , 154 ), array( 153 , 145 , 188 ... ), array( 153 , 90 , 145 ), array( 255 , 137 , 92 ) ); // そ ...
https://man.plustar.jp/php/function.imagecolorclosest.html - [similar]
Returns the PHP representation of a BSON value 2179
« MongoDB\BSON\toJSON MongoDB\BSON\toRelaxedExtendedJSON » PHP Manual 関数 Returns the PHP repre ... SON value 説明 MongoDB\BSON\toPHP ( string $bson , array $typeMap = array() ): array | object Unserializes ... to control the PHP types used for converting BSON arrays and documents (both root and embedded). 警告 BSON ... r behavior may be undefined. Since PHP objects and arrays cannot have duplicate keys, data could also be lo ... string ) BSON value to be unserialized. typeMap ( array ) 型マップの設定 。 戻り値 The unserialized PHP va ...
https://man.plustar.jp/php/function.mongodb.bson-tophp.html - [similar]
Makes the next result of the specified statement active 2179
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... Name = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "userName" , "P ... VALUES (?,?); SELECT * FROM TABLE_1;" ; $params = array( 1 , "some data" ); $stmt = sqlsrv_query ( $conn , ... ); if( $next_result ) { while( $row = sqlsrv_fetch_array ( $stmt , SQLSRV_FETCH_ASSOC )){ echo $row [ 'id' ... ery() - Prepares and executes a query sqlsrv_fetch_array() - 行を配列として返す sqlsrv_rows_affected() - Re ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
MACD with controllable MA type 2179
« trader_macd trader_macdfix » PHP Manual Trader 関数 MACD with controllable MA type trader_macd ... CD with controllable MA type 説明 trader_macdext ( array $real , int $fastPeriod = ? , int $fastMAType = ? ... , int $signalPeriod = ? , int $signalMAType = ? ): array パラメータ real 実数値の配列。 fastPeriod Number o ... ies of constants should be used. 戻り値 Returns an array with calculated data or false on failure. 関連キー ...
https://man.plustar.jp/php/function.trader-macdext.html - [similar]