検索

phrase: max: clip:
target: order:
Results of 731 - 740 of about 817 for return (0.243 sec.)
関数またはクラスのフラグを 取得/設定 する 2847
« uopz_extend uopz_function » PHP Manual Uopz 関数 関数またはクラスのフラグを 取得/設定 する uop ... の例 <?php class Test { public function method () { return __CLASS__ ; } } $flags = uopz_flags ( "Test" , "me ...
https://man.plustar.jp/php/function.uopz-flags.html - [similar]
新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 2847
« uopz_set_hook uopz_set_property » PHP Manual Uopz 関数 新しいオブジェクトを生成する際に、クラス ... ートされなくなりました。 uopz_redefine() や uopz_set_return() を使うか、 Componere が代わりに使えます。 例 例1 ...
https://man.plustar.jp/php/function.uopz-set-mock.html - [similar]
Returns a short, readable, parsable string representation of a variable 2847
« var_representation 関数 その他のサービス » PHP Manual var_representation 関数 Returns a short, ... var_representation >= 0.1.0) var_representation — Returns a short, readable, parsable string representation ... epresentation() (from the var_representation PECL) returns a string with structured information about the gi ... d on the var_representation constants page. 戻り値 Returns the variable representation. 例 例1 var_represent ... y [ 'var1' ]; $obj -> var2 = $an_array [ 'var2' ]; return $obj ; } } $a = new A ; $a -> var1 = 5 ; $a -> var ...
https://man.plustar.jp/php/function.var-representation.html - [similar]
コードポイントが、ICU の空白文字であるかを調べる 2847
« IntlChar::isUWhiteSpace IntlChar::isxdigit » PHP Manual IntlChar コードポイントが、ICU の空白文 ... ION の場合 U+000C FORM FEED の場合 U+000D CARRIAGE RETURN の場合 U+001C FILE SEPARATOR の場合 U+001D GROUP S ...
https://man.plustar.jp/php/intlchar.iswhitespace.html - [similar]
2847
« マジック定数 演算子 » PHP Manual 言語リファレンス 式 式 式は、PHP における最も重要なビルディン ... 次の関数を考えてみましょう。 <?php function foo () { return 5 ; } ?> あなたが関数の概念に慣れていると仮定すると ... くれることでしょう。 <?php function double ( $i ) { return $i * 2 ; } $b = $a = 5 ; /* 値 5 を $a と $b に代入 ...
https://man.plustar.jp/php/language.expressions.html - [similar]
namespace キーワードおよび __NAMESPACE__ 定数 2847
« 名前空間と動的言語機能 名前空間の使用法: エイリアス/インポート » PHP Manual 名前空間 namespace ... sname ) { $a = __NAMESPACE__ . '\\' . $classname ; return new $a ; } ?> namespace キーワードを使用すると、 現 ...
https://man.plustar.jp/php/language.namespaces.nsconstants.html - [similar]
下位互換性のない変更点 2847
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x へ ... on counter () { static $counter = 0 ; $counter ++; return $counter ; } } class B extends A {} var_dump ( A : ... on makeyogurt ( $container = "bowl" , $flavour ) { return "Making a $container of $flavour yogurt.\n" ; } tr ... に、 戻り値の型を宣言できない場合、 アトリビュート #[ReturnTypeWillChange] を追加することで警告を抑止できます。 ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
mysqli_result オブジェクトを構築する 2847
« mysqli_result mysqli_result::$current_field » PHP Manual mysqli_result mysqli_result オブジェク ... er" , "my_password" , "world" ); /* Select queries return a result set */ $mysqli -> real_query ( "SELECT Na ... = new mysqli_result ( $mysqli ); printf ( "Select returned %d rows.\n" , $result -> num_rows ); 上の例の出力 ... は、 たとえば以下のようになります。 Select returned 10 rows. 参考 mysqli_multi_query() - データベース ...
https://man.plustar.jp/php/mysqli-result.construct.html - [similar]
The Common Record Log Function 2847
« SeasLog::info SeasLog::notice » PHP Manual SeasLog The Common Record Log Function SeasLog::log ... est logger setted by SeasLog::setLogger() . 戻り値 Return TRUE on record log information success, FALSE on f ...
https://man.plustar.jp/php/seaslog.log.html - [similar]
SoapServer の持続モードを設定する 2847
« SoapServer::setObject SoapFault » PHP Manual SoapServer SoapServer の持続モードを設定する Soap ... oapObject would not be persistent across requests. return array( 'myvar1' , 'myvar2' ); } } try { session_st ...
https://man.plustar.jp/php/soapserver.setpersistence.html - [similar]