検索

phrase: max: clip:
target: order:
Results of 651 - 660 of about 817 for return (0.283 sec.)
指定された種類のトークンかを調べる 2907
« PhpToken::getTokenName PhpToken::isIgnorable » PHP Manual PhpToken 指定された種類のトークンかを ... p function isClassType ( PhpToken $token ): bool { return $token -> is ([ T_CLASS , T_INTERFACE , T_TRAIT ]) ...
https://man.plustar.jp/php/phptoken.is.html - [similar]
指定された関数の戻り値の型を取得する 2907
« ReflectionFunctionAbstract::getParameters ReflectionFunctionAbstract::getShortName » PHP Manua ... 戻り値の型を取得する ReflectionFunctionAbstract::getReturnType (PHP 7, PHP 8) ReflectionFunctionAbstract::get ... 取得する 説明 public ReflectionFunctionAbstract::getReturnType (): ? ReflectionType 指定されたリフレクションさ ... を返します。 例 例1 ReflectionFunctionAbstract::getReturnType() の例 <?php function to_int ( $param ) : int ... { return (int) $param ; } $reflection1 = new ReflectionFunc ...
https://man.plustar.jp/php/reflectionfunctionabstract.getreturntype.html - [similar]
関数が戻り値の型を指定しているかを調べる 2907
« ReflectionFunctionAbstract::getTentativeReturnType ReflectionFunctionAbstract::hasTentativeReturn ... 定しているかを調べる ReflectionFunctionAbstract::hasReturnType (PHP 7, PHP 8) ReflectionFunctionAbstract::has ... を調べる 説明 public ReflectionFunctionAbstract::hasReturnType (): bool リフレクションされた関数が、戻り値の型 ... を返します。 例 例1 ReflectionFunctionAbstract::hasReturnType() の例 <?php function to_int ( $param ) : int ... { return (int) $param ; } $reflection1 = new ReflectionFunc ...
https://man.plustar.jp/php/reflectionfunctionabstract.hasreturntype.html - [similar]
実行する 2907
« ReflectionMethod::getPrototype ReflectionMethod::invokeArgs » PHP Manual ReflectionMethod 実行 ... elloWorld { public function sayHelloTo ( $name ) { return 'Hello ' . $name ; } } $reflectionMethod = new Ref ...
https://man.plustar.jp/php/reflectionmethod.invoke.html - [similar]
実行する 2907
« ReflectionMethod::invoke ReflectionMethod::isAbstract » PHP Manual ReflectionMethod 実行する R ... elloWorld { public function sayHelloTo ( $name ) { return 'Hello ' . $name ; } } $reflectionMethod = new Ref ...
https://man.plustar.jp/php/reflectionmethod.invokeargs.html - [similar]
メソッドのアクセス範囲を設定する 2907
« ReflectionMethod::isStatic ReflectionMethod::__toString » PHP Manual ReflectionMethod メソッド ... 定義 <?php class MyClass { private function foo () { return 'bar' ; } } $method = new ReflectionMethod ( "MyCl ...
https://man.plustar.jp/php/reflectionmethod.setaccessible.html - [similar]
キーワードのリスト 2907
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... c readonly (PHP 8.1.0 以降) * require require_once return static switch throw trait try unset() use var whil ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
Flush logs buffer, dump to appender file, or send to remote api with tcp/udp 2907
« SeasLog::error SeasLog::getBasePath » PHP Manual SeasLog Flush logs buffer, dump to appender f ... ラメータ この関数にはパラメータはありません。 戻り値 Return TRUE on flush buffer success, FALSE on failure. 例 ...
https://man.plustar.jp/php/seaslog.flushbuffer.html - [similar]
Get SeasLog request variable 2907
« SeasLog::getRequestID SeasLog::info » PHP Manual SeasLog Get SeasLog request variable SeasLog: ... T_METHOD SEASLOG_REQUEST_VARIABLE_CLIENT_IP 戻り値 Return request variable value on set success. 例 例1 Seas ...
https://man.plustar.jp/php/seaslog.getrequestvariable.html - [similar]
Manually set SeasLog request variable 2907
« SeasLog::setRequestID SeasLog::warning » PHP Manual SeasLog Manually set SeasLog request varia ... CLIENT_IP value The request variable value. 戻り値 Return TRUE on set success, FALSE on failure. 例 例1 Seas ...
https://man.plustar.jp/php/seaslog.setrequestvariable.html - [similar]