検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1231 for function (0.075 sec.)
関数のエントリにブレークポイントを挿入する 3863
« phpdbg_break_file phpdbg_break_method » PHP Manual phpdbg 関数 関数のエントリにブレークポイント ... を挿入する phpdbg_break_function (PHP 5 >= 5.6.3, PHP 7, PHP 8) phpdbg_break_functi ... ントリにブレークポイントを挿入する 説明 phpdbg_break_function ( string $function ): void 指定された function のエ ... ントリにブレークポイントを挿入します。 パラメータ function 関数の名前 戻り値 値を返しません。 参考 phpdbg_bre ... ーワード: 挿入 , phpdbg , 関数 , エントリ , break , function , file , string , パラメータ , 名前 ...
https://man.plustar.jp/php/function.phpdbg-break-function.html - [similar]
コンストラクタ 3846
« ReflectionParameter::__clone ReflectionParameter::export » PHP Manual ReflectionParameter コン ... nParameter::__construct ( string | array | object $function , int | string $param ) ReflectionParameter クラス ... のインスタンスを構築します。 パラメータ function パラメータを調べたい関数。 param パラメータの位置を ... ます。 例 例1 ReflectionParameter クラスの使用 <?php function foo ( $a , $b , $c ) { } function bar ( Exception ... $a , & $b , $c ) { } function baz ( ReflectionFunction $a , $b = 1 , $c = null ) ...
https://man.plustar.jp/php/reflectionparameter.construct.html - [similar]
3795
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... 、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマーを ... 1 秒おきに繰り返します $w2 = new EvTimer ( 2 , 1 , function ( $w ) { echo "is called every second, is launched ... 。 $w_stopped = EvTimer :: createStopped ( 10 , 5 , function( $w ) { echo "Callback of a timer created as stopp ... ( Ev :: RUN_NOWAIT ); $w = new EvTimer ( 10 , 0 , function() {}); echo "Running a blocking loop\n" ; Ev :: ru ...
https://man.plustar.jp/php/ev.examples.html - [similar]
Unregister a user-defined callback function for Oracle Database TAF 3795
« oci_statement_type OCICollection » PHP Manual OCI8 関数 Unregister a user-defined callback function ... _taf_callback — Unregister a user-defined callback function for Oracle Database TAF 説明 oci_unregister_taf_ca ... ction ): bool Unregister the user-defined callback function registered to connection by oci_register_taf_callb ... _taf_callback() - Register a user-defined callback function for Oracle Database TAF 関連キーワード: callback , ... oci , user , function , defined , connection , Unregister , OCI , Databa ...
https://man.plustar.jp/php/function.oci-unregister-taf-callback.html - [similar]
Call a Lua function 3795
« LuaSandboxFunction LuaSandboxFunction::__construct » PHP Manual LuaSandboxFunction Call a Lua ... function LuaSandboxFunction::call (PECL luasandbox >= 1.0.0) LuaSandboxFunctio ... n::call — Call a Lua function 説明 public LuaSandboxFunction::call ( string ...$ ... args ): array | bool Calls a Lua function. Errors considered to be the fault of the PHP code ... will result in the function returning false and E_WARNING being raised, for ex ...
https://man.plustar.jp/php/luasandboxfunction.call.html - [similar]
カスタムビューエンジンを設定する 3795
« Yaf_Dispatcher::setRequest Yaf_Dispatcher::throwException » PHP Manual Yaf_Dispatcher カスタム ... @param array $extraParams * @return void */ public function __construct ( $tmplPath = null , $extraParams = ar ... パスに設定するディレクトリ * @return void */ public function setScriptPath ( $path ) { if ( is_readable ( $path ... param mixed $val 変数の値 * @return void */ public function __set ( $key , $val ) { $this -> _smarty -> assign ... * * @param string $key * @return boolean */ public function __isset ( $key ) { return ( null !== $this -> _sma ...
https://man.plustar.jp/php/yaf-dispatcher.setview.html - [similar]
Set callback for job failure 3772
« GearmanClient::setExceptionCallback GearmanClient::setOptions » PHP Manual GearmanClient Set c ... ack ( callable $callback ): bool Sets the callback function to be used when a task does not complete successfu ... lly. The function should accept a single argument, a GearmanTask obj ... ect. パラメータ callback A function to call 戻り値 成功した場合に true を、失敗した場合 ... 。 参考 GearmanClient::setDataCallback() - Callback function when there is a data packet for a task GearmanClie ...
https://man.plustar.jp/php/gearmanclient.setfailcallback.html - [similar]
型宣言 3772
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 ... ることが要求されます。 bool 型ではありません。 <?php function test ( boolean $param ) {} test ( true ); ?> 上の例 ... {} // このクラスは C を継承していません class E {} function f ( C $c ) { echo get_class ( $c ). "\n" ; } f (ne ... ェイスによる型宣言の基本 <?php interface I { public function f (); } class C implements I { public function f ( ... } // このクラスは I を実装していません class E {} function f ( I $i ) { echo get_class ( $i ). "\n" ; } f (ne ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
Returns a string representing the constructed collapse function 3772
« SolrCollapseFunction::setSize SolrException » PHP Manual SolrCollapseFunction Returns a string ... representing the constructed collapse function SolrCollapseFunction::__toString (PECL solr >= 2.2 ... .0) SolrCollapseFunction::__toString — Returns a string representing the co ... nstructed collapse function 説明 public SolrCollapseFunction::__toString (): s ... rns a string representing the constructed collapse function パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/solrcollapsefunction.tostring.html - [similar]
Register event callback function 3772
« Swoole\WebSocket\Server::exist Swoole\WebSocket\Server::pack » PHP Manual Swoole\WebSocket\Ser ... ver Register event callback function Swoole\WebSocket\Server::on (PECL swoole >= 1.9.0) ... ole\WebSocket\Server::on — Register event callback function 説明 public Swoole\WebSocket\Server::on ( string $ ... le $callback ): ReturnType Register event callback function パラメータ event_name callback 戻り値 関連キーワー ... ド: event , callback , Register , function , Swoole , Server , exist , pack , swoole , public ...
https://man.plustar.jp/php/swoole-websocket-server.on.html - [similar]