検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 1237 for n (0.016 sec.)
Basic usage 4895
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... ic Gearman client and worker This example shows a very simple ... client and worker. The client sends a string to the job ... server, and the worker reverses the string and sends it back. ... The job is performed synchronously. <?php # Create our client object. $gmcl ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]
例外を拡張する 4872
« 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込 ... みの Exception クラスを拡張することで、例外クラスをユーザーが 定義 ... 下のメンバーおよびプロパティは、 組み込みの Exception クラスから派生した子クラスの中でアクセス可能です。 ... 例1 例外クラスを構築する <?php class Exception implements Throwable { protected $message = 'Unkno ... wn exception' ; // exception message private $string ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]
エントリのホスト OS を取得する 4850
« RarEntry::getFileTime RarEntry::getMethod » PHP Manual RarEntry エントリのホスト OS を取得する ... RarEntry::getHostOs (PECL rar >= 0.1) RarEntry::getHostO ... s — エントリのホスト OS を取得する 説明 public RarEntry::getHostOs (): int アーカイブエントリのホスト O ... ド、あるいはエラー時に false を返します。 例 例1 RarEntry::getHostOs() の例 (バージョン >= 2.0.0) <?php $ ... rar_file = rar_open ( 'example.rar' ) or die( "Rar アーカイブのオープン ...
https://man.plustar.jp/php/rarentry.gethostos.html - [similar]
変数の boolean としての値を取得する 4730
« 変数操作 関数 debug_zval_dump » PHP Manual 変数操作 関数 変数の boolean としての値を取得する b ... P 5 >= 5.5.0, PHP 7, PHP 8) boolval — 変数の boolean としての値を取得する 説明 boolval ( mixed $value ) ... cho '0: ' .( boolval ( 0 ) ? 'true' : 'false' ). "\n" ; echo '42: ' .( boolval ( 42 ) ? 'true' : 'false ... ' ). "\n" ; echo '0.0: ' .( boolval ( 0.0 ) ? 'true' : 'fal ... se' ). "\n" ; echo '4.2: ' .( boolval ( 4.2 ) ? 'true' : 'fal ...
https://man.plustar.jp/php/function.boolval.html - [similar]
Basic Gearman client and worker, submitting tasks 4730
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... and worker, submitting tasks Basic Gearman client and ... worker, submitting tasks 例1 Basic Gearman client and worker, submit ... ting tasks In this example, the basic reverse client e ... xtended to run two tasks in parallel. The reverse worke ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
結果ポインタを、指定したフィールドオフセットに設定する 4730
« mysqli_result::$field_count mysqli_result::free » PHP Manual mysqli_result 結果ポインタを、指定 ... ブジェクト指向型 public mysqli_result::field_seek ( int $index ): bool 手続き型 mysqli_field_seek ( mysql ... i_result $result , int $index ): bool フィールドカーソルを指定したオフセ ... _get_result() が返す mysqli_result オブジェクト。 index フィールド番号。これは 0 から フィールド数 - 1 ... 返します。 例 例1 オブジェクト指向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" ...
https://man.plustar.jp/php/mysqli-result.field-seek.html - [similar]
ネゴシエートされたメソッドのリストを返す 4679
« ssh2_forward_listen ssh2_poll » PHP Manual SSH2 関数 ネゴシエートされたメソッドのリストを返す ... ssh2_methods_negotiated (PECL ssh2 >= 0.9.0) ssh2_methods_negotia ... エートされたメソッドのリストを返す 説明 ssh2_methods_negotiated ( resource $session ): array ネゴシエート ... されたメソッドのリストを返します。 パラメータ session ssh2_connect() のコールによって取得した SSH 接続リ ... どのメソッドでネゴシエートされたかの判定 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ) ...
https://man.plustar.jp/php/function.ssh2-methods-negotiated.html - [similar]
Move the result set cursor to the specified field offset 4656
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... ffset 説明 cubrid_field_seek ( resource $result , int $field_offset = 0 ): bool This function moves the ... s offset is used by cubrid_fetch_field() if it doesn't include a field offset. It returns TRUE on succe ... ss or FALSE on failure. パラメータ result result comes from a cal ... l to cubrid_execute() field_offset The numerical field offset. The field_offset starts at 0 ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]
Sets a callback for specified URI 4634
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... ack for specified URI EventHttp::setCallback (PECL event >= 1.4.0-beta) Event ... — Sets a callback for specified URI 説明 public EventHttp::setCallback ( string $path , string $cb , st ... ring $arg = ? ): void Sets a callback for specified UR ... I. パラメータ path The path for which to invoke the callback. cb The callback callable that ge ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
接続したソケットからデータを受信する 4634
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... を受信する 説明 socket_recv ( Socket $socket , ? string &$data , int $length , int $flags ): int | false ... socket_recv() 関数は、 socket から length バイトのデータを受信して data に格納します。 so ... れたりデータが存在しなかったりした場合は、 data には null が設定されます。 length 最大 length バイトまでを ... す。 flags のとりうる値 フラグ 説明 MSG_OOB out-of-band を処理します。 MSG_PEEK 受信キューの先頭からデータ ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT