検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 597 for [SIMILAR] 16 1024 4096 WITH 15054 func WITH 9307... (2.174 sec.)
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
Make event non-pending and free resources allocated for this event 0
« Event::delTimer Event::getSupportedMethods » PHP Manual Event Make event non-pending and free resources allocated for this event Event::free (PECL event >= 1.2.6-beta) Event::free — Make event non-pending and free resources allocated for this event 説明 public Event::free (): void Remo ...
https://man.plustar.jp/php/event.free.html - [similar]
追加された添字の確認も含めて配列の共通項を確認する 0
« array_flip array_intersect_key » PHP Manual 配列 関数 追加された添字の確認も含めて配列の共通項を確認する array_intersect_assoc (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) array_intersect_assoc — 追加された添字の確認も含めて配列の共通項を確認する 説明 array_intersect_assoc ( array $array , ar ...
https://man.plustar.jp/php/function.array-intersect-assoc.html - [similar]
様々な assert フラグを設定/取得する 0
« PHP オプション/情報 関数 assert » PHP Manual PHP オプション/情報 関数 様々な assert フラグを設定/取得する assert_options (PHP 4, PHP 5, PHP 7, PHP 8) assert_options — 様々な assert フラグを設定/取得する 説明 assert_options ( int $what , mixed $value = ? ): mixed 種々の assert() 制御オプ ...
https://man.plustar.jp/php/function.assert-options.html - [similar]
eio_* のようなカスタムリクエストを実行する 0
« eio_close eio_dup2 » PHP Manual Eio 関数 eio_* のようなカスタムリクエストを実行する eio_custom (PECL eio >= 0.0.1dev) eio_custom — eio_* のようなカスタムリクエストを実行する 説明 eio_custom ( callable $execute , int $pri , callable $callback , mixed $data = NULL ): resource eio_custom( ...
https://man.plustar.jp/php/function.eio-custom.html - [similar]
CSV 文字列をパースして配列に格納する 0
« str_ends_with str_ireplace » PHP Manual String 関数 CSV 文字列をパースして配列に格納する str_getcsv (PHP 5 >= 5.3.0, PHP 7, PHP 8) str_getcsv — CSV 文字列をパースして配列に格納する 説明 str_getcsv ( string $string , string $separator = "," , string $enclosure = "\"" , string $escape = ...
https://man.plustar.jp/php/function.str-getcsv.html - [similar]
notification コンテキストパラメータ用のコールバック関数 0
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパラメータ用のコールバック関数 stream_notification_callback (PHP 5 >= 5.2.0, PHP 7, PHP 8) stream_notification_callback — notification コンテキストパラメータ用のコールバック関数 説明 stream_noti ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
PCRE 関数 0
« パフォーマンス preg_filter » PHP Manual PCRE PCRE 関数 PCRE 関数 目次 preg_filter — 正規表現による検索と置換を行う preg_grep — パターンにマッチする配列の要素を返す preg_last_error_msg — 最後に実行した PCRE 正規表現に関するエラーメッセージを返す preg_last_error — 直近の PCRE 正規表現処理 ...
https://man.plustar.jp/php/ref.pcre.html - [similar]
フィールドの配列を CSV の行として書き出す 0
« SplFileObject::fpassthru SplFileObject::fread » PHP Manual SplFileObject フィールドの配列を CSV の行として書き出す SplFileObject::fputcsv (PHP 5 >= 5.4.0, PHP 7, PHP 8) SplFileObject::fputcsv — フィールドの配列を CSV の行として書き出す 説明 public SplFileObject::fputcsv ( array $fields ...
https://man.plustar.jp/php/splfileobject.fputcsv.html - [similar]
The ZMQDevice class 0
« ZMQPoll::remove ZMQDevice::__construct » PHP Manual 0MQ messaging The ZMQDevice class The ZMQDevice class (PECL zmq >= 0.5.0) はじめに クラス概要 class ZMQDevice { /* Methods */ public __construct ( ZMQSocket $frontend , ZMQSocket $backend , ZMQSocket $listener = ? ) public getIdleTime ...
https://man.plustar.jp/php/class.zmqdevice.html - [similar]