検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 817 for return (0.024 sec.)
timestampNonceHandler コールバックを設定する 3677
« OAuthProvider::setRequestTokenPath OAuthProvider::tokenHandler » PHP Manual OAuthProvider time ... provider ) { if ( $provider -> nonce === 'bad' ) { return OAUTH_BAD_NONCE ; } elseif ( $provider -> timestam ... p == '0' ) { return OAUTH_BAD_TIMESTAMP ; } return OAUTH_OK ; } ?> 参考 ...
https://man.plustar.jp/php/oauthprovider.timestampnoncehandler.html - [similar]
OCI8 Transparent Application Failover (TAF) Support 3677
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual ... pplication the opportunity to handle the error and return OCI_FO_RETRY to retry failover. OCI_FO_REAUTH indi ... sors to continue fetching from them after failure. return value 0 indicates the failover steps should contin ... e application code should sleep for a while before returning OCI_FO_RETRY. The following example registers a ... ed for 20 times. if ( self :: $retry_count >= 20 ) return 0 ; printf ( " Failover error received. Sleeping.. ...
https://man.plustar.jp/php/oci8.taf.html - [similar]
Access 3677
« parallel\Sync::__construct parallel\Sync::set » PHP Manual parallel\Sync Access parallel\Sync: ... lic parallel\Sync::get (): scalar Shall atomically return the syncrhonization objects value 関連キーワード: ... construct , public , scalar , Shall , return , syncrhonization , objects , ...
https://man.plustar.jp/php/parallel-sync.get.html - [similar]
定義済み定数 3677
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 ... nvoked by exit() and die(), receives no arguments. Return boolean true to exit, false to continue ZEND_NEW ( ... y without recursion ZEND_USER_OPCODE_LEAVE ( int ) Return to calling op_array within the same executor ZEND_ ... (OR'd with ZEND opcode constant) ZEND_USER_OPCODE_RETURN ( int ) Exit from executor (return from function) ...
https://man.plustar.jp/php/uopz.constants.html - [similar]
Reflection 3644
« Componere\Method::setStatic Componere\Value » PHP Manual Componere\Method Reflection Componere ... :getReflector (): ReflectionMethod Shall create or return a ReflectionMethod 戻り値 A ReflectionMethod for t ... od , setStatic , Value , public , Shall , create , return , cached ...
https://man.plustar.jp/php/componere-method.getreflector.html - [similar]
直線を描画する 3644
« imagelayereffect imageloadfont » PHP Manual GD および Image 関数 直線を描画する imageline (PHP ... うまく動作します imagesetthickness($image, $thick); return imageline($image, $x1, $y1, $x2, $y2, $color); */ ... if ( $thick == 1 ) { return imageline ( $image , $x1 , $y1 , $x2 , $y2 , $colo ... hick / 2 - 0.5 ; if ( $x1 == $x2 || $y1 == $y2 ) { return imagefilledrectangle ( $image , round ( min ( $x1 ... gefilledpolygon ( $image , $points , 4 , $color ); return imagepolygon ( $image , $points , 4 , $color ); } ...
https://man.plustar.jp/php/function.imageline.html - [similar]
新機能 3644
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x ... ルトのモード function sumOfInts ( int ... $ints ) { return array_sum ( $ints ); } var_dump ( sumOfInts ( 2 , ... p function arraysSum (array ... $arrays ): array { return array_map (function(array $array ): int { return a ... e $logger ; public function getLogger (): Logger { return $this -> logger ; } public function setLogger ( Lo ... ;} // 以前のバージョンのコード $getX = function() {return $this -> x ;}; $getXCB = $getX -> bindTo (new A , ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
win32service 関数 3644
« 例 win32_continue_service » PHP Manual win32service win32service 関数 win32service 関数 目次 w ... he service win32_set_service_exit_code — Define or return the exit code for the current running service win3 ... 2_set_service_exit_mode — Define or return the exit mode for the current running service win3 ... ice , サービス , 関数 , control , mode , running , return , Define , custom , status ...
https://man.plustar.jp/php/ref.win32service.html - [similar]
リフレクションをエクスポートする 3644
« ReflectionClassConstant::__construct ReflectionClassConstant::getAttributes » PHP Manual Refle ... tant::export ( mixed $class , string $name , bool $return = ? ): string リフレクションをエクスポートします。 ... クスポートするリフレクション。 name クラス定数の名前 return true に設定すると、エクスポートを発行するのではなく ... sConstant , export , 関数 , 警告 , 推奨 , string , return , クラス , オブジェクト , toString ...
https://man.plustar.jp/php/reflectionclassconstant.export.html - [similar]
Sets the response writer used to prepare the response from Solr 3644
« SolrClient::rollback SolrClient::setServlet » PHP Manual SolrClient Sets the response writer u ... if ( property_exists ( $this , $property_name )) { return $this -> $property_name ; } else if (isset( $_prop ... erties [ $property_name ])) { return $_properties [ $property_name ]; } return null ; } ...
https://man.plustar.jp/php/solrclient.setresponsewriter.html - [similar]