検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 2443 for Array (0.027 sec.)
配列の要素から、ReflectionReference を生成する 3132
« ReflectionReference::__construct ReflectionReference::getId » PHP Manual ReflectionReference 配 ... ctionReference を生成する ReflectionReference::fromArrayElement (PHP 7 >= 7.4.0, PHP 8) ReflectionReference ... ::fromArrayElement — 配列の要素から、ReflectionReference を生成 ... する 説明 public static ReflectionReference::fromArrayElement ( array $array , int | string $key ): ? Ref ... から、 ReflectionReference を生成します。 パラメータ array リファレンスの情報が含まれる array 。 key キー。 i ...
https://man.plustar.jp/php/reflectionreference.fromarrayelement.html - [similar]
Yaf_Route_Rewrite のコンストラクタ 3132
« Yaf_Route_Rewrite::assemble Yaf_Route_Rewrite::route » PHP Manual Yaf_Route_Rewrite Yaf_Route_ ... c Yaf_Route_Rewrite::__construct ( string $match , array $route , array $verify = ? ) パラメータ match リク ... me/:id/*" , //match request uri leading "/product" array( 'controller' => "product" , //route to product co ... o/22/foo/bar * の場合はこのような結果になります */ array( "controller" => "product", "module" => "index", / ... ** * リクエストパラメータは、このようになります */ array( "name" => "foo", "id" => 22, "foo" => bar ) 例2 Y ...
https://man.plustar.jp/php/yaf-route-rewrite.construct.html - [similar]
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 3123
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ ... ンドする oci_bind_array_by_name (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL OCI8 > ... = 1.2.0) oci_bind_array_by_name — PHP の配列を Oracle PL/SQL の配列に名前で ... バインドする 説明 oci_bind_array_by_name ( resource $statement , string $param , ar ... ray &$var , int $max_array_length , int $max_item_length = -1 , int $type = S ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
Memcached クラス 3110
« セッションのサポート Memcached::add » PHP Manual Memcached Memcached クラス Memcached クラス ( ... port , int $weight = 0 ): bool public addServers ( array $servers ): bool public append ( string $key , str ... $key , int $time = 0 ): bool public deleteMulti ( array $keys , int $time = 0 ): array public deleteMultiB ... yKey ( string $server_key , array $keys , int $time = 0 ): bool public fetch (): arr ... ay public fetchAll (): array | false public flush ( int $delay = 0 ): bool publ ...
https://man.plustar.jp/php/class.memcached.html - [similar]
Creates a standard fully connected backpropagation neural network using an array... 3110
« fann_create_sparse fann_create_standard » PHP Manual Fann 関数 Creates a standard fully connec ... ted backpropagation neural network using an array of layer sizes fann_create_standard_array (PECL fa ... nn >= 1.0.0) fann_create_standard_array — Creates a standard fully connected backpropagati ... on neural network using an array of layer sizes 説明 fann_create_standard_array ( i ... nt $num_layers , array $layers ): resource Creates a standard fully conne ...
https://man.plustar.jp/php/function.fann-create-standard-array.html - [similar]
Prepares a query for execution 3110
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... 説明 sqlsrv_prepare ( resource $conn , string $sql , array $params = ? , array $options = ? ): mixed Prepares ... s the query to be prepared and executed. params An array specifying parameter information when executing a ... parameterized query. Array elements can be any of the following: A literal va ... lue A PHP variable An array with this structure: array($value [, $direction [, ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
Sends changes from the local working copy to the repository 3097
« svn_client_version svn_delete » PHP Manual SVN 関数 Sends changes from the local working copy ... to the repository 説明 svn_commit ( string $log , array $targets , bool $recursive = true ): array Commits ... local working copy files enumerated in the targets array to the repository, with the log message log . Dire ... ctories in the targets array will be recursively committed unless recursive is ... ) パラメータ log String log text to commit targets Array of local paths of files to be committed 警告 This ...
https://man.plustar.jp/php/function.svn-commit.html - [similar]
Dynamically constructs a new C array type 3084
« FFI::alignof FFI::cast » PHP Manual FFI Dynamically constructs a new C array type FFI::arrayTy ... pe (PHP 7 >= 7.4.0, PHP 8) FFI::arrayType — Dynamically constructs a new C array type 説 ... 明 public static FFI::arrayType ( FFI\CType $type , array $dimensions ): FFI\C ... Type Dynamically constructs a new C array type with elements of type defined by type , and d ... n the following example $t1 and $t2 are equivalent array types: <?php $t1 = FFI :: type ( "int[2][3]" ); $t ...
https://man.plustar.jp/php/ffi.arraytype.html - [similar]
Serialization to BSON 3071
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... erialization to BSON Arrays If an array is a packed array — i.e. empty array ... s start at 0 and are sequential without gaps: BSON array . If the array is not packed — i.e. having associa ... BSON document. Examples These serialize as a BSON array: [ 8, 5, 2, 3 ] => [ 8, 5, 2, 3 ] [ 0 => 4, 1 => 9 ... Serializable::bsonSerialize() and use the returned array or stdClass to serialize as a BSON document or arr ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
Prepares and executes a query 3057
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... 説明 sqlsrv_query ( resource $conn , string $sql , array $params = ? , array $options = ? ): mixed Prepares ... s the query to be prepared and executed. params An array specifying parameter information when executing a ... parameterized query. Array elements can be any of the following: A literal va ... lue A PHP variable An array with this structure: array($value [, $direction [, ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]