検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 176 for o (0.035 sec.)
Add a list of job servers to the client 5136
« GearmanClient::addServer GearmanClient::addTask » PHP Manual GearmanClient Add a list of job s ... ervers to the client GearmanClient::addServers (PECL gearman ... >= 0.5.0) GearmanClient::addServers — Add a list of job servers to the client 説明 public GearmanClie ... :addServers ( string $servers = 127.0.0.1:4730 ): bool Adds a list of job servers that can be used to r ... un a task. No socket I/O happens here; the servers are simply ad ...
https://man.plustar.jp/php/gearmanclient.addservers.html - [similar]
実行時設定 5136
« インストール 非互換性 » PHP Manual Mysqlnd 実行時設定 実行時設定 php.ini の設定により動作が変化 ... プション 名前 デフォルト 変更可能 変更履歴 mysqlnd.collect_statistics "1" PHP_INI_SYSTEM mysqlnd.collect ... _memory_statistics "0" PHP_INI_SYSTEM mysqlnd.debug "" P ... HP_INI_SYSTEM mysqlnd.log_mask 0 PHP_INI_ALL mysqlnd.mempool_default_size 1 ... 6000 PHP_INI_ALL mysqlnd.net_read_timeout "86400" PHP_INI_ALL PHP 7.2.0 より前のバージョン ...
https://man.plustar.jp/php/mysqlnd.config.html - [similar]
指定した書式でフォーマットした日付を返す 5080
« DateTime::diff DateTime::getOffset » PHP Manual DateTimeInterface 指定した書式でフォーマットし ... た日付を返す DateTime::format DateTimeImmutable::format DateTimeInterface::f ... ormat date_format (PHP 5 >= 5.2.1, PHP 7, PHP 8) DateTime::forma ... t -- DateTimeImmutable::format -- DateTimeInterface::format -- date_format — ... 日付を返す 説明 オブジェクト指向型 public DateTime::format ( string $format ): string public DateTimeImmu ...
https://man.plustar.jp/php/datetime.format.html - [similar]
5080
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... ったら呼ばれます */ function my_nop_cb ( $data , $result ) { echo "my_nop " , ... $data , "\n" ; } // この eio_nop() の呼び出しは取り消されます $req = eio_nop ( ... EIO_PRI_DEFAULT , "my_nop_cb" , "1" ); var_dump ( $req ... ); eio_cancel ( $req ); // この eio_nop() は処理されます ...
https://man.plustar.jp/php/eio.examples.html - [similar]
機能 5080
« 最新版を維持する PHP による HTTP 認証 » PHP Manual 機能 機能 PHP による HTTP 認証 クッキー(Coo ... kies) セッション XFormsの処理 ファイルアップロードの処理 POST メソッドに ... マンドラインオプション Usage — PHP ファイルの実行 I/O ストリーム — 入出力ストリーム 対話シェル ビルトイン ...
https://man.plustar.jp/php/features.html - [similar]
フォーマットされた文字列をストリームに書き込む 5080
« utf8_encode vprintf » PHP Manual String 関数 フォーマットされた文字列をストリームに書き込む vf ... れた文字列をストリームに書き込む 説明 vfprintf ( resource $stream , string $format , array $values ): in ... t format によって作成された文字列を stream で指定したス ... 数の配列を受け取って処理します。 パラメータ stream format 0個以上のディレクティブで構成されるフォーマット ... トタイプに従います: %[argnum$][flags][width][.precision]specifier . Argnum 何番目の引数を変換の対象にする ...
https://man.plustar.jp/php/function.vfprintf.html - [similar]
フォーマットされた文字列を出力する 5080
« vfprintf vsprintf » PHP Manual String 関数 フォーマットされた文字列を出力する vprintf (PHP 4 > ... マットされた文字列を出力する 説明 vprintf ( string $format , array $values ): int format に基づき文字列フ ... はなく、 配列を引数として受け取ります。 パラメータ format 0個以上のディレクティブで構成されるフォーマット ... トタイプに従います: %[argnum$][flags][width][.precision]specifier . Argnum 何番目の引数を変換の対象にする ... この変換結果に含まれるかを数値で指定します。 Precision ピリオド . の後に数値を続けますが、 その意味は指定 ...
https://man.plustar.jp/php/function.vprintf.html - [similar]
フォーマットされた文字列を返す 5080
« vprintf wordwrap » PHP Manual String 関数 フォーマットされた文字列を返す vsprintf (PHP 4 >= 4. ... ーマットされた文字列を返す 説明 vsprintf ( string $format , array $values ): string sprintf() と動作は同 ... 可変長の引数ではなく配列を引数とします。 パラメータ format 0個以上のディレクティブで構成されるフォーマット ... トタイプに従います: %[argnum$][flags][width][.precision]specifier . Argnum 何番目の引数を変換の対象にする ... この変換結果に含まれるかを数値で指定します。 Precision ピリオド . の後に数値を続けますが、 その意味は指定 ...
https://man.plustar.jp/php/function.vsprintf.html - [similar]
PHP LDAP コールの使用法 5080
« 定義済み定数 LDAP コントロール » PHP Manual LDAP PHP LDAP コールの使用法 PHP LDAP コールの使用 ... (このサーバーがあるワールドディレクトリ の部分で、"o=My Company,c=US" のようにすることができます) サーバ ... は、 通常、次のようなパターンに沿っています。 ldap_connect() // サーバーへの接続を確立 | ldap_bind() // ... リの検索または更新等を行い、結果を表示する | ldap_close() // "ログアウト" 関連キーワード: コール , サーバ ...
https://man.plustar.jp/php/ldap.using.html - [similar]
定義済み定数 5080
« リソース型 例 » PHP Manual ソケット 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... ポートつきでコンパイルした場合にのみ使用可能です。 SOCK_STREAM ( int ) SOCK_DGRAM ( int ) SOCK_RAW ( int ... ) SOCK_SEQPACKET ( int ) SOCK_RDM ( int ) MSG_OOB ( int ... ) MSG_WAITALL ( int ) MSG_PEEK ( int ) MSG_DONTROUTE ( int ) MSG_EOR ( int ) Windows プラットフォ ... ームでは使用できません。 MSG_EOF ( int ) Windows プラットフォームでは使用できません ...
https://man.plustar.jp/php/sockets.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT