検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 217 for [SIMILAR] 16 1024 4096 WITH 18914 varnishadmin W... (0.427 sec.)
Worker クラス 0
« Thread::start Worker::collect » PHP Manual pthreads Worker クラス Worker クラス (PECL pthreads >= 2.0.0) はじめに ワーカースレッドには永続コンテキストがあり、たいていの場合はスレッドに対して使えます。 ワーカーを開始させると run メソッドを実行しますが、以下のいずれかの条件を満たすまでス ...
https://man.plustar.jp/php/class.worker.html - [similar]
OCI8 関数 0
« ドライバでサポートされるデータ型 oci_bind_array_by_name » PHP Manual OCI8 OCI8 関数 OCI8 関数 目次 oci_bind_array_by_name — PHP の配列を Oracle PL/SQL の配列に名前でバインドする oci_bind_by_name — Oracle プレースホルダに PHP 変数をバインドする oci_cancel — カーソルからの読み込みをキャン ...
https://man.plustar.jp/php/ref.oci8.html - [similar]
スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) 0
« posix_mkfifo posix_setegid » PHP Manual POSIX 関数 スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) posix_mknod (PHP 5 >= 5.1.0, PHP 7, PHP 8) posix_mknod — スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) 説明 posix_mknod ( string $filename , int $flags , int $ ...
https://man.plustar.jp/php/function.posix-mknod.html - [similar]
ストアドプロシージャのパラメータを含む結果セットを返す 0
« db2_primary_keys db2_procedures » PHP Manual IBM DB2 関数 ストアドプロシージャのパラメータを含む結果セットを返す db2_procedure_columns (PECL ibm_db2 >= 1.0.0) db2_procedure_columns — ストアドプロシージャのパラメータを含む結果セットを返す 説明 db2_procedure_columns ( resource $connectio ...
https://man.plustar.jp/php/function.db2-procedure-columns.html - [similar]
使用可能な辞書の一覧を返す 0
« enchant_broker_init enchant_broker_request_dict » PHP Manual Enchant 関数 使用可能な辞書の一覧を返す enchant_broker_list_dicts (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 1.0.1) enchant_broker_list_dicts — 使用可能な辞書の一覧を返す 説明 enchant_broker_list_dicts ( EnchantBroker $br ...
https://man.plustar.jp/php/function.enchant-broker-list-dicts.html - [similar]
テキストを出力する 0
« ps_show2 ps_string_geometry » PHP Manual PS 関数 テキストを出力する ps_show (PECL ps >= 1.1.0) ps_show — テキストを出力する 説明 ps_show ( resource $psdoc , string $text ): bool 現在の位置にテキストを出力します。テキストの位置を設定するには、 関数 ps_set_value() の値 textx および texty ...
https://man.plustar.jp/php/function.ps-show.html - [similar]
暗号論的に安全な疑似乱数を生成する 0
« random_bytes Hash » PHP Manual CSPRNG 関数 暗号論的に安全な疑似乱数を生成する random_int (PHP 7, PHP 8) random_int — 暗号論的に安全な疑似乱数を生成する 説明 random_int ( int $min , int $max ): int ポーカーゲームやカードデッキのシャッフルのような、 偏りがない結果が重要になる用途に合う、 ...
https://man.plustar.jp/php/function.random-int.html - [similar]
CUBRID 関数 (PDO_CUBRID) 0
« PDO ドライバ PDO_CUBRID DSN » PHP Manual PDO ドライバ CUBRID 関数 (PDO_CUBRID) CUBRID 関数 (PDO_CUBRID) はじめに PDO_CUBRID は PHP Data Objects (PDO) インターフェイス を実装したドライバで、PHP から CUBRID データベースにアクセスするためのものです。 注意 : 現在のバージョンの PDO_CUBRID は ...
https://man.plustar.jp/php/ref.pdo-cubrid.html - [similar]
データソースに接続する 0
« odbc_commit odbc_cursor » PHP Manual ODBC 関数 データソースに接続する odbc_connect (PHP 4, PHP 5, PHP 7, PHP 8) odbc_connect — データソースに接続する 説明 odbc_connect ( string $dsn , string $user , string $password , int $cursor_option = SQL_CUR_USE_DRIVER ): resource | false 他の ODB ...
https://man.plustar.jp/php/function.odbc-connect.html - [similar]
無名関数 0
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ とも呼ばれ、 関数名を指定せずに関数を作成できるようにするものです。 callable パラメータとして使う際に便利ですが、用途はそれにとどまりません。 無名関数の実装には Closure クラスを使っています。 例 ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]