検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 817 for Return (0.023 sec.)
Provide a return value for an existing function 7069
« uopz_set_property uopz_set_static » PHP Manual Uopz 関数 Provide a return value for an existin ... g function uopz_set_return (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_set_r ... eturn — Provide a return value for an existing function 説明 uopz_set_retur ... ed $value , bool $execute = false ): bool uopz_set_return ( string $class , string $function , mixed $value ... , bool $execute = false ): bool Sets the return value of the function to value . If value is a Clo ...
https://man.plustar.jp/php/function.uopz-set-return.html - [similar]
Gets a previous set return value for a function 7009
« uopz_get_property uopz_get_static » PHP Manual Uopz 関数 Gets a previous set return value for ... a function uopz_get_return (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_get_r ... eturn — Gets a previous set return value for a function 説明 uopz_get_return ( string ... $function ): mixed uopz_get_return ( string $class , string $function ): mixed Gets t ... he return value of the function previously set by uopz_set_r ...
https://man.plustar.jp/php/function.uopz-get-return.html - [similar]
Unsets a previously set return value for a function 6883
« uopz_unset_mock WinCache » PHP Manual Uopz 関数 Unsets a previously set return value for a fun ... ction uopz_unset_return (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_unset ... _return — Unsets a previously set return value for a funct ... ion 説明 uopz_unset_return ( string $function ): bool uopz_unset_return ( str ... ing $class , string $function ): bool Unsets the return value of the function previously set by uopz_set_r ...
https://man.plustar.jp/php/function.uopz-unset-return.html - [similar]
CUBRID MySQL 互換関数 6856
« cubrid_version cubrid_affected_rows » PHP Manual CUBRID CUBRID MySQL 互換関数 CUBRID MySQL 互換 ... 関数 目次 cubrid_affected_rows — Return the number of rows affected by the last SQL statem ... ent cubrid_client_encoding — Return the current CUBRID connection charset cubrid_close ... ame from results of cubrid_list_dbs cubrid_errno — Return the numerical value of the error message from prev ... ray, a numeric array, or both cubrid_fetch_assoc — Return the associative array that corresponds to the fetc ...
https://man.plustar.jp/php/cubridmysql.cubrid.html - [similar]
CUBRID 6577
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... commit mode of the connection cubrid_get_charset — Return the current CUBRID connection charset cubrid_get_c ... the class name using OID cubrid_get_client_info — Return the client library version cubrid_get_db_parameter ...Returns the CUBRID database parameters cubrid_get_query_t ... eout value of the request cubrid_get_server_info — Return the CUBRID server version cubrid_get — Get a colum ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
Set a return value 6544
« GearmanJob::sendWarning GearmanJob::status » PHP Manual GearmanJob Set a return value GearmanJ ... ob::setReturn (PECL gearman >= 0.5.0) GearmanJob::setReturn — Se ... t a return value 説明 public GearmanJob::setReturn ( int $gea ... rman_return_t ): bool Sets the return value for this job, indi ... cates how the job completed. パラメータ gearman_return_t A valid Gearman return value. 戻り値 Description ...
https://man.plustar.jp/php/gearmanjob.setreturn.html - [similar]
return 6206
« declare require » PHP Manual 制御構造 return return (PHP 4, PHP 5, PHP 7, PHP 8) return は、プ ... しの次の式から続行します。 関数内で呼び出されると、 return 文は即座に その関数の実行を停止し、引数を関数の値と ... して返します。 return はまた、 eval() 文や スクリプト自体の実行を終了させ ... 、そのスクリプトが include されたものである場合は、 return に与えられた引数 の値は include の戻り値となります ...return がメインスクリプトで呼び出された場合は スクリプトが ...
https://man.plustar.jp/php/function.return.html - [similar]
文字列のコードを評価し、動的に関数を作成する 6146
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動 ... ます: <?php $newfunc = create_function ( '$a,$b' , 'return "ln($a) + ln($b) = " . log($a * $b);' ); echo $new ... 意して下さい: <?php $newfunc = function( $a , $b ) { return "ln( $a ) + ln( $b ) = " . log ( $a * $b ); }; ech ... 成します $farr = array( create_function ( '$x,$y' , 'return "some trig: ".(sin($x) + $x*cos($y));' ), create_f ... unction ( '$x,$y' , 'return "a hypotenuse: ".sqrt($x*$x + $y*$y);' ), create_f ...
https://man.plustar.jp/php/function.create-function.html - [similar]
ストリームラッパーとして登録するクラスの例 6086
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... varname = $url [ "host" ]; $this -> position = 0 ; return true ; } function stream_read ( $count ) { $ret = ... , $count ); $this -> position += strlen ( $ret ); return $ret ; } function stream_write ( $data ) { $left = ... . $right ; $this -> position += strlen ( $data ); return strlen ( $data ); } function stream_tell () { retu ... rn $this -> position ; } function stream_eof () { return $this -> position >= strlen ( $GLOBALS [ $this -> ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
Get last return code 5993
« GearmanJob::handle GearmanJob::sendComplete » PHP Manual GearmanJob Get last return code Gearm ... anJob::returnCode (PECL gearman >= 0.5.0) GearmanJob::returnCode ... — Get last return code 説明 public GearmanJob::returnCode (): int Re ... turns the last return code issued by the job server. パラメータ この関数 ... にはパラメータはありません。 戻り値 A valid Gearman return code. 参考 GearmanTask::returnCode() - Get the las ...
https://man.plustar.jp/php/gearmanjob.returncode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT