検索

phrase: max: clip:
target: order:
Results of 251 - 257 of about 257 for call (0.045 sec.)
マジックメソッド 4254
« オブジェクトの反復処理 finalキーワード » PHP Manual クラスとオブジェクト マジックメソッド マジ ... ッドと見なされます: __construct() , __destruct() , __call() , __callStatic() , __get() , __set() , __isset() ... にコールされます。 例4 __invoke() の使用 <?php class CallableClass { public function __invoke ( $x ) { var_d ... ump ( $x ); } } $obj = new CallableClass ; $obj ( 5 ); var_dump ( is_callable ( $o ...
https://man.plustar.jp/php/language.oop5.magic.html - [similar]
下位互換性のない変更点 4254
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更 ... ないメソッドをクラス名を使ってチェックした場合、 is_callable() は失敗します。 (オブジェクトのインスタンスを ... ach や ArrayIterator を使うべきです。 Closure::fromCallable() や ReflectionMethod::getClosure() を使って メ ... ました。 シグネチャは次の一覧と一致させるべきです: __call(string $name, array $arguments): mixed __callStati ... void __unset(string $name): void __wakeup(): void call_user_func_array() 関数に渡される 配列のキーは、引数 ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 4214
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ ... hods.query(conn, query, query_len); /* return with call to parent */ } プロパティを拡張する mysqlnd オブジ ... gin_id); if (!props || !(*props)) { *props = mnd_pecalloc(1, sizeof(MY_CONN_PROPERTIES), conn->persistent) ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
インストール手順 4214
« 要件 テスト » PHP Manual インストール/設定 インストール手順 インストール手順 OCI8 とともに PHP ... onnect() 使用上の問題として現れます。 このエラーは Call to undefined function oci_connect() のような PHP エ ...
https://man.plustar.jp/php/oci8.installation.html - [similar]
SoapClient のコンストラクタ 4214
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ ... )、 from_xml (文字列を受け取り、 オブジェクトを返す callable )、 to_xml (オブジェクトをひとつ受け取り、 文字 ... 列を返す callable ) です。 exceptions bool エラーが起きた際に、 ... はなく、 SOAP-ENC:Array にします。 SOAP_WAIT_ONE_WAY_CALLS WDSL が一方向のリクエストを指定していた場合であっ ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]
定義済み定数 4184
« リソース型 例 » PHP Manual cURL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... CURLE_FUNCTION_NOT_FOUND ( int ) CURLE_ABORTED_BY_CALLBACK ( int ) CURLE_BAD_FUNCTION_ARGUMENT ( int ) CU ... RLE_BAD_CALLING_ORDER ( int ) CURLE_HTTP_PORT_FAILED ( int ) CU ... .0.7 および cURL 7.49.0 以降で使用可能です。 CURLM_CALL_MULTI_PERFORM ( int ) CURLM_OK ( int ) CURLM_BAD_H ...
https://man.plustar.jp/php/curl.constants.html - [similar]
サンプル 4184
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... ロパティを含む可変メソッドの例 Example#180 - 複雑な callable Example#181 - Example#182 - 無名関数の例 Examp ... 更できない Example#193 - 簡単な例 Example#194 - 古い callable の生成方法と、CallableExpr(...) の比較 Example ... 使ったプロパティのオーバーロードの例 Example#270 - __call() および __callStatic() メソッドによる、メソッドの ... #391 - Closure::bindTo の例 Example#392 - Closure::call の例 Example#393 - Generator::getReturn の例 Examp ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
PREV 17 18 19 20 21 22 23 24 25 26 NEXT