検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 2407 for a (0.046 sec.)
Returns a sub-set of a given range 3163
« Ds\Set::reversed Ds\Set::sort » PHP Manual Set Returns a sub-set of a given range Ds\Set::slic ... e (PECL ds >= 1.0.0) Ds\Set::slice — Returns a sub-set of a given range 説明 public Ds\Set::slice ... ( int $index , int $length = ? ): Ds\Set Creates a sub-set of a given range. パラメータ index Th ... e index at which the sub-set starts. If positive, the set wi ... ll start at that index in the set. If negative, the set w ...
https://man.plustar.jp/php/ds-set.slice.html - [similar]
Creates a new vector using a callable to determine which values to include 3163
« Ds\Vector::count Ds\Vector::find » PHP Manual Vector Creates a new vector using a callable to ... determine which values to include Ds\Vector::filter (PECL ds >= 1.0.0 ... ) Ds\Vector::filter — Creates a new vector using a callable to determine whic ... h values to include 説明 public Ds\Vector::filter ( cal ... lable $callback = ? ): Ds\Vector Creates a new vector ...
https://man.plustar.jp/php/ds-vector.filter.html - [similar]
Returns a sub-vector of a given range 3163
« Ds\Vector::shift Ds\Vector::sort » PHP Manual Vector Returns a sub-vector of a given range Ds\ ... lice (PECL ds >= 1.0.0) Ds\Vector::slice — Returns a sub-vector of a given range 説明 public Ds\Vector: ... ice ( int $index , int $length = ? ): Ds\Vector Creates a sub-vector of a given range. パラメータ index ... The index at which the sub-vector starts. If positive, the vec ... tor will start at that index in the vector. If negative, the ve ...
https://man.plustar.jp/php/ds-vector.slice.html - [similar]
Adds a record to a database 3163
« dBase 関数 dbase_close » PHP Manual dBase 関数 Adds a record to a database dbase_add_record (P ... HP 5 < 5.3.0, dbase 5, dbase 7) dbase_add_record — Adds a record to ... a database 説明 dbase_add_record ( resource $database , ... array $data ): bool Adds the given data to the datab ... ase. パラメータ database The database resource, returned by dbase_ope ...
https://man.plustar.jp/php/function.dbase-add-record.html - [similar]
ビットを設定する 3163
« gmp_scan1 gmp_sign » PHP Manual GMP 関数 ビットを設定する gmp_setbit (PHP 4 >= 4.0.4, PHP 5, P ... る 説明 gmp_setbit ( GMP $num , int $index , bool $value = true ): void num のビット index を設定します。 ... ビットのインデックス。0 は最下位ビットを表します。 value true にするとそのビットを設定し (値を 1/on にし ... )、 false にするとそのビットをクリアします (値を 0/off に ... 。 例 例1 gmp_setbit() の例 - インデックス 0 <?php $a = gmp_init ( "2" ); // echo gmp_strval ( $a ), ' - ...
https://man.plustar.jp/php/function.gmp-setbit.html - [similar]
Create a new Query 3163
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... db >=1.0.0) MongoDB\Driver\Query::__construct — Create a new Query 説明 final public MongoDB\Driver\Que ... ry::__construct ( array | object $filter , array $queryOptions = ? ) C ... onstructs a new MongoDB\Driver\Query , which is an immutable v ... alue object that represents a database query. The query may then b ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
Execute a database command that reads on this server 3163
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... l MongoDB\Driver\Server Execute a database command that reads on this server MongoDB ... \Driver\Server::executeReadCommand (mongodb >=1.4.0) MongoDB\Driver\Server::e ... xecuteReadCommand — Execute a database command that reads on ... this server 説明 final public MongoDB\Driver\Server::executeReadCommand ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
Create a SVMModel based on training data 3163
« SVM::setOptions SVMModel » PHP Manual SVM Create a SVMModel based on training data SVM::train ... (PECL svm >= 0.1.0) SVM::train — Create a SVMModel based on training data 説明 ... public svm::train ( array $problem , array $weights = ? ): SVMMode ... l Train a support vector machine based on the supplied t ... raining data. パラメータ problem The problem can be p ...
https://man.plustar.jp/php/svm.train.html - [similar]
PHP 用 Microsoft SQL Server ドライバ 3154
« SQLite3Result::reset はじめに » PHP Manual ベンダー固有のモジュール PHP 用 Microsoft SQL Serve ... リソース型 定義済み定数 SQLSRV 関数 sqlsrv_begin_transaction — Begins a database transaction sqlsrv_can ... cel — Cancels a statement sqlsrv_client_info — Returns info ... rmation about the client and specified connection sqls ... rv_close — Closes an open connection and releases resourses associated ...
https://man.plustar.jp/php/book.sqlsrv.html - [similar]
elseif/else if 3154
« else 制御構造に関する別の構文 » PHP Manual 制御構造 elseif/else if elseif/else if (PHP 4, PHP ... です。 elseif は、 else のように、元の if 式の値が false の場合に別の文を実行するように if 文を拡張します ... のみ代わりの式を実行します。 例えば、次のコードは、 aはbより大きい 、 aはbに等しい 、 aはbより小さい を出 ... 力します。 <?php if ( $a > $b ) { echo "aはbより大きい" ; } elseif ( $a == ... $b ) { echo "aはbと等しい" ; } else { echo "aはbより小さい" ; } ?> ...
https://man.plustar.jp/php/control-structures.elseif.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT