検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 257 for call (0.052 sec.)
ステートメントの種類を返す 4870
« oci_set_prefetch oci_unregister_taf_callback » PHP Manual OCI8 関数 ステートメントの種類を返す ... ステートメントの種類 返される文字列 注意 ALTER BEGIN CALL PHP 5.2.1 (PECL OCI8 1.2.3) 以降で使用可能です。 C ... ーワード: ステートメント , 種類 , oci , OCI , type , CALL , UNKNOWN , UPDATE , INSERT , DROP ...
https://man.plustar.jp/php/function.oci-statement-type.html - [similar]
定義済み定数 4870
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... int ) GearmanClient::wait() or GearmanWorker() was called with no connections. GEARMAN_UNEXPECTED_PACKET ( ... st, port, etc). GEARMAN_NO_SERVERS ( int ) Did not call GearmanClient::addServer() before submitting jobs ... g to register a function name of NULL or using the callback interface without specifying callbacks. GEARMA ... ( int ) Trying to register a function with a NULL callback function. GEARMAN_NO_REGISTERED_FUNCTIONS ( in ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
オーバーロード 4870
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロー ... file> on line 29 メソッドのオーバーロード public __call ( string $name , array $arguments ): mixed public ... static __callStatic ( string $name , array $arguments ): mixed _ ... _call() は、 アクセス不能メソッドをオブジェクトのコンテキ ... ストで実行したときに起動します。 __callStatic() は、 アクセス不能メソッドをstatic メソッド ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
下位互換性のない変更点 4870
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x へ ... (); 上の例の出力は以下となります。 Warning: Cannot call func_num_args() dynamically in %s on line %d クラス ... ラクタが呼ばれることもありました。 参照渡しの引数の call_user_func() での扱い 引数を参照渡しで受け取る関数を ... call_user_func() から呼んだときに、例外が発生するように ... この場合の挙動が異なっていました。 さらにこの場合、 call_user_func() や call_user_func_array() は関数呼び出 ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]
Closure クラス 4840
« Serializable::unserialize Closure::__construct » PHP Manual 定義済みのインターフェイスとクラス ... ng | null $newScope = "static" ): ? Closure public call ( object $newThis , mixed ...$args ): mixed public ... static fromCallable ( callable $callback ): Closure } 目次 Closure ... とクラスのスコープで、クロージャを複製する Closure::call — クロージャを束縛して呼び出す Closure::fromCallab ... le — callable をクロージャに変換する 関連キーワード: Closure ...
https://man.plustar.jp/php/class.closure.html - [similar]
Sends data from parameter streams to the server 4840
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... o the server. Up to 8 KB of data is sent with each call. パラメータ stmt A statement resource returned by ... to 8K of parameter data to the server // with each call to sqlsrv_send_stream_data. $i = 1 ; while( sqlsrv ... _send_stream_data ( $stmt )) { $i ++; } echo " $i calls were made." ; ?> 参考 sqlsrv_prepare() - Prepares ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]
Swoole 4801
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... le_errno — Get the error code of the latest system call swoole_error_log — Output error messages to the lo ... g swoole_event_add — Add new callback functions of a socket into the EventLoop swool ... e_event_defer — Add callback function to the next event loop swoole_event_d ... el — Remove all event callback functions of a socket swoole_event_exit — Exit ...
https://man.plustar.jp/php/book.swoole.html - [similar]
MQSeries MQGET 4801
« mqseries_disc mqseries_inq » PHP Manual mqseries 関数 MQSeries MQGET mqseries_get (PECL mqseri ... source &$reason ): void The mqseries_get() (MQGET) call retrieves a message from a local queue that has be ... en opened using the mqseries_open() (MQOPEN) call パラメータ hConn Connection handle. This handle re ...
https://man.plustar.jp/php/function.mqseries-get.html - [similar]
非同期クエリを取り消す 4801
« pg_affected_rows pg_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを取り消す pg_can ... ; } $res1 = pg_get_result ( $dbconn ); echo "First call to pg_get_result(): $res1 \n" ; $rows1 = pg_num_ro ... $dbconn ); ?> 上の例の出力は以下となります。 First call to pg_get_result(): Resource id #3 Resource id #3 ...
https://man.plustar.jp/php/function.pg-cancel-query.html - [similar]
引数を指定して関数を起動する 4801
« ReflectionFunction::invoke ReflectionFunction::isDisabled » PHP Manual ReflectionFunction 引数 ... します。 パラメータ args 関数に渡す引数を含む配列。 call_user_func_array() と同じように動作します。 戻り値 ... OfParameters() - パラメータ数を取得する __invoke() call_user_func_array() - パラメータの配列を指定してコー ...
https://man.plustar.jp/php/reflectionfunction.invokeargs.html - [similar]