検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 340 for MODE (0.016 sec.)
Construct a new Path 5866
« UI\Draw\Path::closeFigure UI\Draw\Path::end » PHP Manual UI\Draw\Path Construct a new Path UI\ ... Path 説明 public UI\Draw\Path::__construct ( int $mode = UI\Draw\Path::Winding ) Shall construct a new pa ... th in the given mode パラメータ mode Path::Winding or Path::Alternate 関 ... 連キーワード: new , Construct , construct , mode , Winding , end , public , int , Shall , path ...
https://man.plustar.jp/php/ui-draw-path.construct.html - [similar]
Returns an object for BSON serialization 5793
« MongoDB\Driver\ReadPreference MongoDB\Driver\ReadPreference::__construct » PHP Manual MongoDB\ ... ば以下のようになります。 object(stdClass)#2 (1) { ["mode"]=> string(7) "primary" } { "mode" : "primary" } 例 ... ば以下のようになります。 object(stdClass)#2 (2) { ["mode"]=> string(9) "secondary" ["tags"]=> array(3) { [0 ... porting" } [2]=> object(stdClass)#4 (0) { } } } { "mode" : "secondary", "tags" : [ { "dc" : "ny" }, { "dc" ... ば以下のようになります。 object(stdClass)#2 (2) { ["mode"]=> string(9) "secondary" ["maxStalenessSeconds"]= ...
https://man.plustar.jp/php/mongodb-driver-readpreference.bsonserialize.html - [similar]
この文に対するデフォルトのフェッチモードを設定する 5793
« PDOStatement::setAttribute PDOException » PHP Manual PDOStatement この文に対するデフォルトのフ ... ェッチモードを設定する PDOStatement::setFetchMode (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.0) ... PDOStatement::setFetchMode — この文に対するデフォルトのフェッチモードを設定す ... る 説明 public PDOStatement::setFetchMode ( int $mode ): bool public PDOStatement::setFetchM ... ode ( int $mode = PDO::FETCH_COLUMN , int $colno ): bool public PD ...
https://man.plustar.jp/php/pdostatement.setfetchmode.html - [similar]
RecursiveIteratorIterator を作成する 5757
« RecursiveIteratorIterator::callHasChildren RecursiveIteratorIterator::current » PHP Manual Rec ... erator::__construct ( Traversable $iterator , int $mode = RecursiveIteratorIterator::LEAVES_ONLY , int $fl ... タ。 RecursiveIterator あるいは IteratorAggregate 。 mode オプションのモード。これらの値が指定できます。 Rec ... Iterator ( new RecursiveArrayIterator ( $array ), $mode ); foreach ( $iterator as $key => $leaf ) { echo " ... $key => $leaf " , PHP_EOL ; } ?> $mode = RecursiveIteratorIterator::LEAVES_ONLY の場合の出 ...
https://man.plustar.jp/php/recursiveiteratoriterator.construct.html - [similar]
Count the rows in the table, or count all the elements in the table if $mode = 1... 5711
« Swoole\Table::__construct Swoole\Table::create » PHP Manual Swoole\Table Count the rows in the ... table, or count all the elements in the table if $mode = 1. Swoole\Table::count (PECL swoole >= 1.9.0) Sw ... table, or count all the elements in the table if $mode = 1. 説明 public Swoole\Table::count (): int パラメ ... 連キーワード: Swoole , Table , count , Count , all , mode , パラメータ , construct , create , swoole ...
https://man.plustar.jp/php/swoole-table.count.html - [similar]
The ZMQ class 5675
« 要件 ZMQ::__construct » PHP Manual 0MQ messaging The ZMQ class The ZMQ class (PECL zmq >= 0.5. ... const int POLL_IN ; const int POLL_OUT ; const int MODE_NOBLOCK ; const int MODE_DONTWAIT ; const int MODE ... lue: string ) ZMQ::SOCKOPT_ROUTER_RAW Sets the raw mode on the ROUTER, when set to 1. In raw mode when usi ... ing data ZMQ::POLL_OUT Poll for outgoing data ZMQ::MODE_NOBLOCK Non-blocking operation. Deprecated, use ZM ... Q::MODE_DONTWAIT instead ZMQ::MODE_DONTWAIT Non-blocking o ...
https://man.plustar.jp/php/class.zmq.html - [similar]
The ZMQSocket class 5675
« ZMQContext::setOpt ZMQSocket::bind » PHP Manual 0MQ messaging The ZMQSocket class The ZMQSocke ... ed public isPersistent (): bool public recv ( int $mode = 0 ): string public recvMulti ( int $mode = 0 ): ... array public send ( string $message , int $mode = 0 ): ZMQSocket public sendmulti ( array $message ... , int $mode = 0 ): ZMQSocket public setSockOpt ( int $key , mi ... ーワード: ZMQSocket , public , string , int , Get , mode , bind , persistent , array , send ...
https://man.plustar.jp/php/class.zmqsocket.html - [similar]
使用するアルゴリズムおよびモードのモジュールをオープンする 5603
« mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ ... $algorithm , string $algorithm_directory , string $mode , string $mode_directory ): resource この関数は、使 ... トリ (通常は /usr/local/lib/libmcrypt ) を使います。 mode 定数 MCRYPT_MODE_モード名 、あるいは文字列 "ecb", ... "cbc", "cfb", "ofb", "nofb" ,"stream" のいずれか。 mode_directory 暗号化モジュールの位置を指定する際には m ... "" )を指定した場合、 php.ini ディレクティブ mcrypt.modes_dir に設定された値を使います。 これらが設定されて ...
https://man.plustar.jp/php/function.mcrypt-module-open.html - [similar]
操作モードを返す 5603
« RegexIterator::getFlags RegexIterator::getPregFlags » PHP Manual RegexIterator 操作モードを返す ... RegexIterator::getMode (PHP 5 >= 5.2.0, PHP 7, PHP 8) RegexIterator::getM ... e — 操作モードを返す 説明 public RegexIterator::getMode (): int 操作モードを返します。操作モードの一覧は R ... egexIterator::setMode() を参照ください。 パラメータ この関数にはパラメー ... り値 操作モードを返します。 例 例1 RegexIterator::getMode() の例 <?php $test = array ( 'str1' => 'test 1' , ...
https://man.plustar.jp/php/regexiterator.getmode.html - [similar]
指定したパラメータでプレーンテキストを暗号化する 5566
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ... ing $cipher , string $key , string $data , string $mode , string $iv = ? ): string | false データを暗号化し ... して false を返します。 data 指定した cipher および mode で暗号化するデータ。 データの大きさが n * blocksiz ... したデータの大きさよりも大きくなる可能性があります。 mode 定数 MCRYPT_MODE_モード名 、あるいは文字列 "ecb", ... mcrypt_get_iv_size ( MCRYPT_RIJNDAEL_128 , MCRYPT_MODE_CBC ); $iv = mcrypt_create_iv ( $iv_size , MCRYPT_ ...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT