検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 340 for MODE (0.017 sec.)
配列内の現在の要素を返す 7026
« count each » PHP Manual 配列 関数 配列内の現在の要素を返す current (PHP 4, PHP 5, PHP 7, PHP 8 ... ort = array( 'foot' , 'bike' , 'car' , 'plane' ); $mode = current ( $transport ); // $mode = 'foot'; $mode ... = next ( $transport ); // $mode = 'bike'; $mode = current ( $transport ); // $mode ... = 'bike'; $mode = prev ( $transport ); // $mode = 'foot'; $mode = ... end ( $transport ); // $mode = 'plane'; $mode = current ( $transport ); // $mod ...
https://man.plustar.jp/php/function.current.html - [similar]
Create a new ReadPreference 7026
« MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man ... Driver\ReadPreference::__construct ( string | int $mode , array $tagSets = null , array $options = array() ... e , which is an immutable value object. パラメータ mode Read preference mode Value Description MongoDB\Dri ... with the MongoDB\Driver\ReadPreference::RP_PRIMARY mode and, in general, only apply when selecting a secon ... ver, the MongoDB\Driver\ReadPreference::RP_NEAREST mode, when combined with a tag set, selects the matchin ...
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html - [similar]
指定したモジュールがブロックアルゴリズムであるかどうかを返す 6954
« mcrypt_module_get_supported_key_sizes mcrypt_module_is_block_algorithm » PHP Manual Mcrypt 関数 ... あるかどうかを返す mcrypt_module_is_block_algorithm_mode (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_module_is_block_algorithm_mode — 指定したモジュールがブロックアルゴリズムであるか ... く推奨します。 説明 mcrypt_module_is_block_algorithm_mode ( string $mode , string $lib_dir = ? ): bool この関 ... 数は、mode がブロックアルゴリズムを使用する場合に true 、 その ...
https://man.plustar.jp/php/function.mcrypt-module-is-block-algorithm-mode.html - [similar]
Get compatibility mode 6954
« trader_floor trader_get_unstable_period » PHP Manual Trader 関数 Get compatibility mode trader ... er >= 0.2.2) trader_get_compat — Get compatibility mode 説明 trader_get_compat (): int Get compatibility m ... ータはありません。 戻り値 Returns the compatibility mode id which can be identified by TRADER_COMPATIBILITY ... _* series of constants. 関連キーワード: mode , Get , compatibility , trader , compat , 関数 , w ...
https://man.plustar.jp/php/function.trader-get-compat.html - [similar]
Receives a message 6954
« ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock ... eives a message 説明 public ZMQSocket::recv ( int $mode = 0 ): string Receive a message from a socket. By ... ill block until a message is available unless ZMQ::MODE_DONTWAIT flag is used. ZMQ::SOCKOPT_RCVMORE socket ... ket::setSockOpt() for more information. パラメータ mode Pass mode flags to receive multipart messages or n ... on-blocking operation. See ZMQ::MODE_* constants. 戻り値 Returns the message. If ZMQ::M ...
https://man.plustar.jp/php/zmqsocket.recv.html - [similar]
Opens a database 6872
« dbase_numrecords dbase_pack » PHP Manual dBase 関数 Opens a database dbase_open (PHP 5 < 5.3.0 ... s a database 説明 dbase_open ( string $path , int $mode ): resource | false dbase_open() opens a dBase dat ... abase with the given access mode. 注意 : この関数の動作は、 open_basedir の設定に依 ... path to the file where dBase will store your data. mode An integer which correspond to those for the open( ... . 注意 : You can't open a dBase file in write-only mode as the function will fail to read the headers info ...
https://man.plustar.jp/php/function.dbase-open.html - [similar]
内部の配列ポインタをひとつ前に戻す 6763
« pos range » PHP Manual 配列 関数 内部の配列ポインタをひとつ前に戻す prev (PHP 4, PHP 5, PHP 7, ... ort = array( 'foot' , 'bike' , 'car' , 'plane' ); $mode = current ( $transport ); // $mode = 'foot'; $mode ... = next ( $transport ); // $mode = 'bike'; $mode = next ( $transport ); // $mode = ... 'car'; $mode = prev ( $transport ); // $mode = 'bike'; $mode = ... end ( $transport ); // $mode = 'plane'; ?> 注意 注意 : 配列の先頭でこの関数を実 ...
https://man.plustar.jp/php/function.prev.html - [similar]
配列の内部ポインタを進める 6609
« natsort pos » PHP Manual 配列 関数 配列の内部ポインタを進める next (PHP 4, PHP 5, PHP 7, PHP 8 ... ort = array( 'foot' , 'bike' , 'car' , 'plane' ); $mode = current ( $transport ); // $mode = 'foot'; $mode ... = next ( $transport ); // $mode = 'bike'; $mode = next ( $transport ); // $mode = ... 'car'; $mode = prev ( $transport ); // $mode = 'bike'; $mode = ... end ( $transport ); // $mode = 'plane'; ?> 注意 注意 : 配列の最後の要素に対して ...
https://man.plustar.jp/php/function.next.html - [similar]
指定したモードがブロック出力を行うかどうかを返す 6573
« mcrypt_module_is_block_algorithm mcrypt_module_open » PHP Manual Mcrypt 関数 指定したモードがブ ... ック出力を行うかどうかを返す mcrypt_module_is_block_mode (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_module_is_block_mode — 指定したモードがブロック出力を行うかどうかを返す ... いことを強く推奨します。 説明 mcrypt_module_is_block_mode ( string $mode , string $lib_dir = ? ): bool この関 ... true 、 cfb と streamの場合に false )。 パラメータ mode 定数 MCRYPT_MODE_モード名 、あるいは文字列 "ecb", ...
https://man.plustar.jp/php/function.mcrypt-module-is-block-mode.html - [similar]
SplDoublyLinkedList クラス 6428
« データ構造 SplDoublyLinkedList::add » PHP Manual データ構造 SplDoublyLinkedList クラス SplDoub ... rayAccess , Serializable { /* 定数 */ const int IT_MODE_LIFO = 2 ; const int IT_MODE_FIFO = 0 ; const int ... IT_MODE_DELETE = 1 ; const int IT_MODE_KEEP = 0 ; /* メソッ ... (): int public current (): mixed public getIteratorMode (): int public isEmpty (): bool public key (): int ... void public serialize (): string public setIteratorMode ( int $mode ): int public shift (): mixed public t ...
https://man.plustar.jp/php/class.spldoublylinkedlist.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT