検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 127 for w (0.018 sec.)
Poll the items 6215
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... public ZMQPoll::poll ( array &$readable , array &$writable , int $timeout = -1 ): int Polls the items ... in the current poll set. The readable and writable items are returned in the readable and writ ... oll::getLastErrors() can be used to check if there were errors. パラメータ readable Array where readabl ... e ZMQSockets/PHP streams are returned. The array will be cleared at the beginning of the operation. w ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]
Create new MongoDB Manager 6153
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... ual MongoDB\Driver\Manager Create new MongoDB Manager MongoDB\Driver\Manager::__construc ... .0) MongoDB\Driver\Manager::__construct — Create new MongoDB Manager 説明 final public MongoDB\Driver\M ... , array $driverOptions = array() ) Constructs a new MongoDB\Driver\Manager object with the specified o ... on , this constructor performs no I/O. Connections will be initialized on demand, when the first operat ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
既存のラージオブジェクトのストリームをオープンする 6153
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... ストリームは読み込み用にオープンされます。 mode が w の場合、 ストリームは書き込み用にオープンされます。 ... fread() 、 fwrite() および fgets() のような通常のファイルシステム ... 、読み込み用のストリームをオープンします。 モードが w の場合、書き込み用のストリームをオープンします。 戻 ... 取得して それをブラウザに出力します。 <?php $db = new PDO ( 'pgsql:dbname=test host=localhost' , $user , ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
指定した書式でフォーマットした日付を返す 6080
« DateTime::diff DateTime::getOffset » PHP Manual DateTimeInterface 指定した書式でフォーマットし ... rd または th 。 j と一緒に使用する ことができる。 w 曜日。数値。 0 (日曜)から 6 (土曜) z 年間の通算日。 ... 数字。(ゼロから開始) 0 から 365 週 --- --- W ISO 8601 月曜日に始まる年単位の週番号 例: 42 (年の ... 週番号による年。これは Y ほぼ同じだが、ISO 週番号 ( W )が前年あるいは翌年に属する場合はそちらの年を使う ... または pm A 午前または午後(大文字) AM または PM B Swatch インターネット時間 000 から 999 g 時。12時間単 ...
https://man.plustar.jp/php/datetime.format.html - [similar]
圧縮フィルタ 6080
« 変換フィルタ 暗号化フィルタ » PHP Manual 利用できるフィルタのリスト 圧縮フィルタ 圧縮フィルタ ... )、そして -1 (zlib のデフォルト設定 -- 現在は 6)。 window は、圧縮用ループバックウィンドウのサイズを ( ... メモリの消費量を抑えられます。値を指定しなかった際の window の初期値は、現在 15 です。 memory は、作業用の ... lib.inflate <?php $params = array( 'level' => 6 , 'window' => 15 , 'memory' => 9 ); $original_text = "T ... " 文字です。\n" ; $fp = fopen ( 'test.deflated' , 'w' ); stream_filter_append ( $fp , 'zlib.deflate' , ...
https://man.plustar.jp/php/filters.compression.html - [similar]
ラージオブジェクトをオープンする 6080
« pg_lo_import pg_lo_read_all » PHP Manual PostgreSQL 関数 ラージオブジェクトをオープンする pg_l ... トの OID 。 mode 読み込み専用の "r"、書き込み専用の "w"、読み書き可能な "rw" のいずれか。 戻り値 PgSql\Lo ... d \n" ; $handle = pg_lo_open ( $database , $oid , "w" ); echo " $handle \n" ; pg_lo_write ( $handle , " ...
https://man.plustar.jp/php/function.pg-lo-open.html - [similar]
PostgreSQL 接続のトレースを有効にする 6080
« pg_socket pg_transaction_status » PHP Manual PostgreSQL 関数 PostgreSQL 接続のトレースを有効に ... 説明 pg_trace ( string $filename , string $mode = "w" , ? PgSql\Connection $connection = null ): bool p ... f ( $pgsql_conn ) { pg_trace ( '/tmp/trace.log' , 'w' , $pgsql_conn ); pg_query ( "SELECT 1" ); pg_untr ...
https://man.plustar.jp/php/function.pg-trace.html - [similar]
readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果... 6080
« readline_add_history readline_callback_handler_remove » PHP Manual Readline 関数 readline コー ... ll ( "[ $c ] Enter something: " , 'rl_callback' ); while ( $prompting ) { $w = NULL ; $e = NULL ; $n = ... stream_select ( $r = array( STDIN ), $w , $e , null ); if ( $n && in_array ( STDIN , $r )) ... { // read a character, will call the callback when a newline is entered rea ...
https://man.plustar.jp/php/function.readline-callback-handler-install.html - [similar]
プロセスへのファイルポインタをオープンする 6019
« pclose readfile » PHP Manual ファイルシステム 関数 プロセスへのファイルポインタをオープンする ... 読み取りを行う場合は 'r' を。 書き込みを行う場合は 'w' を指定します。 Windows では、 popen() はデフォルト ... イナリモードは 'rb' を。 書き込みのバイナリモードは 'wb' をそれぞれ指定します。 戻り値 fopen() により返さ ... ます。 このポインタは、 fgets() 、 fgetss() および fwrite() のいずれかで使うことができます。 モードが 'r ... コマンドの STDOUT と等しくなります。また、モードが 'w' のときは、返されるファイルポインタは そのコマンド ...
https://man.plustar.jp/php/function.popen.html - [similar]
Periodic ウォッチャーの操作モード 5958
« ウォッチャーのコールバック Ev » PHP Manual Ev Periodic ウォッチャーの操作モード Periodic ウォッ ... 0.5 秒おきに繰り返します function reschedule_cb ( $watcher , $now ) { return $now + ( 10.5 . - fmod ( $ ... now , 10.5 )); } $w = new EvPeriodic ( 0. , 0. , "resc ... hedule_cb" , function ( $w , $revents ) { echo time (), PHP_EOL ; }); Ev :: r ...
https://man.plustar.jp/php/ev.periodic-modes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT