検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 385 for flags (0.076 sec.)
待つかフォークした子プロセスのステータスを返す 4962
« pcntl_wait pcntl_wexitstatus » PHP Manual PCNTL 関数 待つかフォークした子プロセスのステータスを ... tl_waitpid ( int $process_id , int &$status , int $flags = 0 , array &$resource_usage = [] ): int 引数 proc ... _id に指定した際の動きは、 pcntl_wait() の機能と ( flags を除いて) 同じです。 status pcntl_waitpid() は、パ ... s() 、 pcntl_wtermsig() および pcntl_wstopsig() 。 flags flags の値は、次の 2 つのグローバル定数の ゼロまた ... はそれ以上の論理和です。 flags のとりうる値 WNOHANG 子プロセスが終了していない場合 ...
https://man.plustar.jp/php/function.pcntl-waitpid.html - [similar]
新しいディレクトリを追加する 4962
« ZipArchive ZipArchive::addFile » PHP Manual ZipArchive 新しいディレクトリを追加する ZipArchive ... c ZipArchive::addEmptyDir ( string $dirname , int $flags = 0 ): bool 空のディレクトリをアーカイブに追加しま ... す。 パラメータ dirname 追加するディレクトリ。 flags 以下のビットマスクの組み合わせ: ZipArchive::FL_ENC ... を返します。 変更履歴 バージョン 説明 8.0.0 / 1.18.0 flags が追加されました。 例 例1 アーカイブ内での新規ディ ... : 追加 , ディレクトリ , ZipArchive , addEmptyDir , flags , 定数 , dirname , アーカイブ , 新規 , バージョン ...
https://man.plustar.jp/php/ziparchive.addemptydir.html - [similar]
The setFlags purpose 4919
« CachingIterator::rewind CachingIterator::__toString » PHP Manual CachingIterator The setFlags ... purpose CachingIterator::setFlags (PHP 5 >= 5.2.0, PHP 7, PHP 8) CachingIterator::se ... tFlags — The setFlags purpose 説明 public CachingIterator ... ::setFlags ( int $flags ): void 警告 この関数は、 現在のところ ... ator オブジェクトのフラグを設定します。 パラメータ flags 設定したいフラグのビットマスク。 戻り値 値を返しま ...
https://man.plustar.jp/php/cachingiterator.setflags.html - [similar]
The MongoDB\Driver\Command class 4919
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\ ... f2Sizes ( $bool ) { if ( $bool ) { $this -> cmd [ "flags" ] = 1 ; } else { $this -> cmd [ "flags" ] = 0 ; } ... } function setFlags ( $flags ) { $this -> cmd [ "flags" ] = (int) $fla ... s hard coded to 1.0 for compatibility only." ["userFlags"]=> int(0) ["capped"]=> bool(true) ["max"]=> int(9 ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]
プロセスの実行コンテキストの一部を切り離す 4919
« pcntl_strerror pcntl_wait » PHP Manual PCNTL 関数 プロセスの実行コンテキストの一部を切り離す p ... ンテキストの一部を切り離す 説明 pcntl_unshare ( int $flags ): bool pcntl_unshare() は、 プロセスが他のプロセス ... テキストを制御できるようにすることです。 パラメータ flags flags は、 切り離すべき実行コンテキストの一部を指定 ... プロセス , コンテキスト , 実行 , pcntl , unshare , flags , エラーコード , 失敗 , PCNTL , 関数 ...
https://man.plustar.jp/php/function.pcntl-unshare.html - [similar]
接続しているかどうかによらずソケットにメッセージを送信する 4919
« socket_sendmsg socket_set_block » PHP Manual ソケット 関数 接続しているかどうかによらずソケット ... Socket $socket , string $data , int $length , int $flags , string $address , ? int $port = null ): int | fa ... data から length バイト分のデータが送信されます。 flags flags の値は、以下のフラグの任意の組み合わせを 論理 ... OR 演算子 ( | ) で連結したものとなります。 flags がとりうる値 MSG_OOB OOB(out-of-band: 帯域外)デー ... ット , データ , 接続 , メッセージ , sendto , data , flags , length , int ...
https://man.plustar.jp/php/function.socket-sendto.html - [similar]
新しい CachingIterator オブジェクトを作成する 4876
« CachingIterator CachingIterator::count » PHP Manual CachingIterator 新しい CachingIterator オブ ... gIterator::__construct ( Iterator $iterator , int $flags = CachingIterator::CALL_TOSTRING ) 警告 この関数は ... 。 パラメータ iterator キャッシュしたいイテレータ。 flags フラグのビットマスク。 関連キーワード: CachingIter ... ator , 作成 , オブジェクト , construct , flags , リスト , ビット , フラグ , キャッシュ , パラメー ...
https://man.plustar.jp/php/cachingiterator.construct.html - [similar]
Constructs Event object 4876
« Event::addTimer Event::del » PHP Manual Event Constructs Event object Event::__construct (PECL ... s pass the signal number, e.g. SIGHUP . what Event flags. See Event flags . cb The event callback. See Even ... cts , event , timer , construct , resource , For , flags , callback , events ...
https://man.plustar.jp/php/event.construct.html - [similar]
単一のフィールドのメタデータを取得する 4876
« mysqli_result::fetch_column mysqli_result::fetch_field » PHP Manual mysqli_result 単一のフィー ... ィールド幅。 charsetnr フィールドの文字セット番号。 flags フィールドのビットフラグを整数型で表す。 type フィ ... ax. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: %d\n" , $finfo -> flags ); printf ( "Type: %d\n" ... ax. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: %d\n" , $finfo -> flags ); printf ( "Type: %d\n" ... ます。 Name: SurfaceArea Table: Country max. Len: 10 Flags: 32769 Type: 4 参考 mysqli_num_fields() - 結果セッ ...
https://man.plustar.jp/php/mysqli-result.fetch-field-direct.html - [similar]
Create a node synchronously 4876
« Zookeeper::__construct Zookeeper::delete » PHP Manual Zookeeper Create a node synchronously Zo ... string $path , string $value , array $acls , int $flags = null ): string This method will create a node in ... created if it does not already exists. The Create Flags affect the creation of nodes. If ZOO_EPHEMERAL fla ... CL of the node. The ACL must not be null or empty. flags this parameter can be set to 0 for normal create o ... r an OR of the Create Flags 戻り値 Returns the path of the new node (this migh ...
https://man.plustar.jp/php/zookeeper.create.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT