検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 266 for [SIMILAR] 16 1024 4096 WITH 33581 ucache WITH 33... (0.283 sec.)
COM オブジェクトのイベントを PHP オブジェクトに接続する 0
« com_create_guid com_get_active_object » PHP Manual COM関数 COM オブジェクトのイベントを PHP オブジェクトに接続する com_event_sink (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) com_event_sink — COM オブジェクトのイベントを PHP オブジェクトに接続する 説明 com_event_sink ( variant $variant , obje ...
https://man.plustar.jp/php/function.com-event-sink.html - [similar]
データベースへの接続をオープンする 0
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープンする ibase_connect (PHP 5, PHP 7 < 7.4.0) ibase_connect — データベースへの接続をオープンする 説明 ibase_connect ( string $database = ? , string $username = ? , string $password = ? , string $c ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
InterBase データベースへの持続的接続をオープンする 0
« ibase_param_info ibase_prepare » PHP Manual Firebird/InterBase 関数 InterBase データベースへの持続的接続をオープンする ibase_pconnect (PHP 5, PHP 7 < 7.4.0) ibase_pconnect — InterBase データベースへの持続的接続をオープンする 説明 ibase_pconnect ( string $database = ? , string $username ...
https://man.plustar.jp/php/function.ibase-pconnect.html - [similar]
アクション名を設定します 0
« oci_server_version oci_set_call_timeout » PHP Manual OCI8 関数 アクション名を設定します oci_set_action (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL OCI8 >= 1.4.0) oci_set_action — アクション名を設定します 説明 oci_set_action ( resource $connection , string $action ): bool Oracle が追跡するアクシ ...
https://man.plustar.jp/php/function.oci-set-action.html - [similar]
クライアント識別子を設定します 0
« oci_set_call_timeout oci_set_client_info » PHP Manual OCI8 関数 クライアント識別子を設定します oci_set_client_identifier (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL OCI8 >= 1.4.0) oci_set_client_identifier — クライアント識別子を設定します 説明 oci_set_client_identifier ( resource $connection , ...
https://man.plustar.jp/php/function.oci-set-client-identifier.html - [similar]
クライアント情報を設定する 0
« oci_set_client_identifier oci_set_db_operation » PHP Manual OCI8 関数 クライアント情報を設定する oci_set_client_info (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL OCI8 >= 1.4.0) oci_set_client_info — クライアント情報を設定する 説明 oci_set_client_info ( resource $connection , string $client_info ...
https://man.plustar.jp/php/function.oci-set-client-info.html - [similar]
モジュール名を設定します 0
« oci_set_edition oci_set_prefetch_lob » PHP Manual OCI8 関数 モジュール名を設定します oci_set_module_name (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL OCI8 >= 1.4.0) oci_set_module_name — モジュール名を設定します 説明 oci_set_module_name ( resource $connection , string $name ): bool Oracle が追跡 ...
https://man.plustar.jp/php/function.oci-set-module-name.html - [similar]
シグナルハンドラを設定する 0
« pcntl_signal_get_handler pcntl_sigprocmask » PHP Manual PCNTL 関数 シグナルハンドラを設定する pcntl_signal (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_signal — シグナルハンドラを設定する 説明 pcntl_signal ( int $signal , callable | int $handler , bool $restart_syscalls = true ): bool p ...
https://man.plustar.jp/php/function.pcntl-signal.html - [similar]
はじめに 0
« Sessions インストール/設定 » PHP Manual Sessions はじめに はじめに PHPのセッションサポート機能は、複数回のアクセスを通じて特定のデータを保持する手段を実現するものです。 Web サイトの訪問者にはセッションIDというセッションIDと呼ばれるユニークなIDが割りつけられ ます。このIDは、ユーザー側に ...
https://man.plustar.jp/php/intro.session.html - [similar]
コールバック / Callable 0
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 callable 型で表されます。 call_user_func() や usort() 等の関数は、ユーザーが定義するコールバック関数を引数として受け入れます。 コールバック関数は、単純な関数だけでなく、オブジェクトのメソッド あ ...
https://man.plustar.jp/php/language.types.callable.html - [similar]