検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 257 for call (0.021 sec.)
Delete items from a working copy or repository 4512
« svn_commit svn_diff » PHP Manual SVN 関数 Delete items from a working copy or repository svn_d ... l be deleted from the repository the next time you call svn_commit() on the working copy. パラメータ path ...
https://man.plustar.jp/php/function.svn-delete.html - [similar]
関数・メソッド 4512
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... terator::__toString - 現在の要素の文字列表現を返す CallbackFilterIterator::accept - 現在の値、現在のキー、 ... て内部イテレータを引数としてでコールバックを呼び出す CallbackFilterIterator::__construct - フィルタリングした ... イテレータを別のイテレータから作成する call_user_func - 最初の引数で指定したコールバック関数を ... コールする call_user_func_array - パラメータの配列を指定してコール ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
下位互換性のない変更点 4512
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互 ... ラーにはならない Accessing static property non-statically E_NOTICE Only variables should be assigned by ref ... y variables should be passed by reference E_NOTICE Calling non-static methods statically E_DEPRECATED 変数 ... シュをエスケープする必要があります。 削除された関数 call_user_method() および call_user_method_array() これ ... らの関数は PHP 4.1.0 で非推奨となり、 call_user_func() および call_user_func_array() を使うこ ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
新機能 4512
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x ... された型宣言 (クラス名やインターフェイス、配列そして callable ) を強化するものです。 <?php // デフォルトのモ ... に書いても、前の行と同じ結果になります) 香 Closure::call() Closure::call() は、オブジェクトのスコープをクロ ... = function() {return $this -> x ;}; echo $getX -> call (new A ); 上の例の出力は以下となります。 1 1 unser ... ' , 'read_and_close' => true , ]); ?> preg_replace_callback_array() 新しい preg_replace_callback_array() 関 ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
XML-RPC 関数 4512
« 定義済み定数 xmlrpc_decode_request » PHP Manual XML-RPC XML-RPC 関数 XML-RPC 関数 目次 xmlrpc_ ... introspection ドキュメントを追加する xmlrpc_server_call_method — XML リクエストをパースし、メソッドをコール ... ースを破棄する xmlrpc_server_register_introspection_callback — ドキュメントを生成する PHP 関数を登録する xm ...
https://man.plustar.jp/php/ref.xmlrpc.html - [similar]
指定した引数でクラスの新しいインスタンスを作成する 4512
« ReflectionClass::isUserDefined ReflectionClass::newInstanceArgs » PHP Manual ReflectionClass 指 ... す。 パラメータ args 可変長の引数を受け付け、それを call_user_func() と同じ方式でクラスのコンストラクタに渡 ...
https://man.plustar.jp/php/reflectionclass.newinstance.html - [similar]
定義済み定数 4512
« リソース型 例 » PHP Manual ソケット 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... れています。 SOCKET_EINTR ( int ) Interrupted system call. SOCKET_EBADF ( int ) Bad file number. SOCKET_EACC ... hanged. SOCKET_ERESTART ( int ) Interrupted system call should be restarted. SOCKET_ESTRPIPE ( int ) Strea ...
https://man.plustar.jp/php/sockets.constants.html - [similar]
XML-RPC 4473
« Yar_Client_Exception::getType はじめに » PHP Manual ウェブサービス XML-RPC XML-RPC はじめに イ ... introspection ドキュメントを追加する xmlrpc_server_call_method — XML リクエストをパースし、メソッドをコール ... ースを破棄する xmlrpc_server_register_introspection_callback — ドキュメントを生成する PHP 関数を登録する xm ...
https://man.plustar.jp/php/book.xmlrpc.html - [similar]
IteratorIterator クラス 4473
« InfiniteIterator::next IteratorIterator::__construct » PHP Manual イテレータ IteratorIterator ... ッドへのアクセスを許可するために、マジックメソッド __call を利用します。 目次 IteratorIterator::__construct ...
https://man.plustar.jp/php/class.iteratoriterator.html - [similar]
The LuaSandbox class 4473
« Basic usage for LuaSandbox LuaSandbox::callFunction » PHP Manual LuaSandbox The LuaSandbox cla ... 1 ; const int PERCENT = 2 ; /* メソッド */ public callFunction ( string $name , mixed ...$args ): array | ... npauseUsageTimer (): void public wrapPhpFunction ( callable $function ): LuaSandboxFunction } 定義済み定数 ... ings in percentages of the total. 目次 LuaSandbox::callFunction — Call a function in a Lua global variable ... sageTimer LuaSandbox::wrapPhpFunction — Wrap a PHP callable in a LuaSandboxFunction 関連キーワード: LuaSan ...
https://man.plustar.jp/php/class.luasandbox.html - [similar]