検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 817 for return (0.160 sec.)
ジェネレータと Iterator オブジェクトとの比較 3710
« ジェネレータの構文 アトリビュート » PHP Manual ジェネレータ ジェネレータと Iterator オブジェク ... { if (! $fileHandle = fopen ( $fileName , 'r' )) { return; } while ( false !== $line = fgets ( $fileHandle ) ... e ); $this -> i = 0 ; } public function valid () { return false !== $this -> line ; } public function curren ... t () { return $this -> line ; } public function key () { return ...
https://man.plustar.jp/php/language.generators.comparison.html - [similar]
Create a new Query 3710
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... lts bool For queries against a sharded collection, returns partial results from the mongos if some shards ar ... rsor temporarily if at the end of data rather than returning no data. After a timeout period, the query retu ... s normal. batchSize int The number of documents to return in the first batch. Defaults to 101. A batch size ... rsor will be established, but no documents will be returned in the first batch. In versions of MongoDB befor ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
tokenHandler コールバックを設定する 3710
« OAuthProvider::timestampNonceHandler OAuthException » PHP Manual OAuthProvider tokenHandler コ ... der ) { if ( $provider -> token === 'rejected' ) { return OAUTH_TOKEN_REJECTED ; } elseif ( $provider -> tok ... en === 'revoked' ) { return OAUTH_TOKEN_REVOKED ; } $provider -> token_secret ... = "the_tokens_secret" ; return OAUTH_OK ; } ?> 参考 OAuthProvider::callTokenHandl ...
https://man.plustar.jp/php/oauthprovider.tokenhandler.html - [similar]
エクスポートする 3710
« ReflectionParameter::__construct ReflectionParameter::getAttributes » PHP Manual ReflectionPar ... ort ( string $function , string $parameter , bool $return = ? ): string エクスポートします。 警告 この関数は ... ラメータ function 関数名。 parameter パラメータ名。 return true に設定すると、エクスポートを発行するのではなく ... nParameter , 関数 , string , export , パラメータ , return , parameter , function , 推奨 , 警告 ...
https://man.plustar.jp/php/reflectionparameter.export.html - [similar]
エクスポートする 3710
« ReflectionProperty::__construct ReflectionProperty::getAttributes » PHP Manual ReflectionPrope ... erty::export ( mixed $class , string $name , bool $return = ? ): string エクスポートします。 警告 この関数は ... エクスポートするリフレクション。 name プロパティ名。 return true に設定すると、エクスポートを発行するのではなく ... flectionProperty , 関数 , export , string , 推奨 , return , 警告 , 削除 , public , static ...
https://man.plustar.jp/php/reflectionproperty.export.html - [similar]
runkit7 3677
« phpdbg_start_oplog はじめに » PHP Manual PHP の振る舞いの変更 runkit7 runkit7 はじめに インスト ... s the name of the given method runkit7_object_id — Return the integer object handle for given object runkit7 ... _superglobals — Return numerically indexed array of registered supergloba ... ls runkit7_zval_inspect — Returns information about the passed in value with data t ... Dynamically , new , redefine , remove , already , Return ...
https://man.plustar.jp/php/book.runkit7.html - [similar]
Deletes previously added function or method 3677
« uopz_copy uopz_delete » PHP Manual Uopz 関数 Deletes previously added function or method uopz_ ... - Adds non-existent function or method uopz_unset_return() - Unsets a previously set return value for a fun ... added , previously , Deletes , or , string , all , return , Usage ...
https://man.plustar.jp/php/function.uopz-del-function.html - [similar]
Sets value of existing class or instance property 3677
« uopz_set_mock uopz_set_return » PHP Manual Uopz 関数 Sets value of existing class or instance ... e $bar ; public static function testStaticBar () { return self :: $staticBar ; } public function testBar () ... { return $this -> bar ; } } $foo = new Foo ; uopz_set_prope ...
https://man.plustar.jp/php/function.uopz-set-property.html - [similar]
オブジェクトの継承 3677
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジ ... に、 戻り値の型を宣言できない場合、 アトリビュート #[ReturnTypeWillChange] を追加することで警告を抑止できます。 ... me { public function modify ( string $modifier ) { return false ; } } // PHP 8.1.0 以降では、"Deprecated: Re ... odify(string $modifier): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to tempora ... function modify ( string $modifier ): ? DateTime { return null ; } } // PHP 8.1.0 以降では、"Deprecated: Ret ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
consumerHandler コールバックを設定する 3677
« OAuthProvider::__construct OAuthProvider::generateToken » PHP Manual OAuthProvider consumerHan ... { if ( $provider -> consumer_key === 'unknown' ) { return OAUTH_CONSUMER_KEY_UNKNOWN ; } else if( $provider ... ' || $provider -> consumer_key === 'throttled' ) { return OAUTH_CONSUMER_KEY_REFUSED ; } $provider -> consum ... er_secret = "the_consumers_secret" ; return OAUTH_OK ; } ?> 参考 OAuthProvider::callConsumerHa ...
https://man.plustar.jp/php/oauthprovider.consumerhandler.html - [similar]