検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 817 for return (0.056 sec.)
Returns the Canonical Extended JSON representation of a BSON value 3524
« MongoDB\BSON\fromPHP MongoDB\BSON\toJSON » PHP Manual 関数 Returns the Canonical Extended JSON ... db >=1.3.0) MongoDB\BSON\toCanonicalExtendedJSON — Returns the Canonical Extended JSON representation of a B ... => new MongoDB \ BSON \ Javascript ( 'function() { return 1; }' ) ], [ 'code_ws' => new MongoDB \ BSON \ Jav ... ascript ( 'function() { return a; }' , [ 'a' => 1 ]) ], [ 'minkey' => new MongoDB ... " : "i" } } } { "code" : { "$code" : "function() { return 1; }" } } { "code_ws" : { "$code" : "function() { ...
https://man.plustar.jp/php/function.mongodb.bson-tocanonicalextendedjson.html - [similar]
Returns the Relaxed Extended JSON representation of a BSON value 3524
« MongoDB\BSON\toPHP MongoDB\BSON\Binary » PHP Manual 関数 Returns the Relaxed Extended JSON rep ... godb >=1.3.0) MongoDB\BSON\toRelaxedExtendedJSON — Returns the Relaxed Extended JSON representation of a BSO ... => new MongoDB \ BSON \ Javascript ( 'function() { return 1; }' ) ], [ 'code_ws' => new MongoDB \ BSON \ Jav ... ascript ( 'function() { return a; }' , [ 'a' => 1 ]) ], [ 'minkey' => new MongoDB ... " : "i" } } } { "code" : { "$code" : "function() { return 1; }" } } { "code_ws" : { "$code" : "function() { ...
https://man.plustar.jp/php/function.mongodb.bson-torelaxedextendedjson.html - [similar]
型宣言 3524
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 ... り値の型宣言 <?php function sum ( $a , $b ): float { return $a + $b ; } // float が返される点に注意 var_dump ( ... ェクトを返す <?php class C {} function getC (): C { return new C ; } var_dump ( getC ()); ?> 上の例の出力は以 ... tem (): ? string { if (isset( $_GET [ 'item' ])) { return $_GET [ 'item' ]; } else { return null ; } } ?> 注 ... 発生していました: Only variable references should be returned by reference <?php function & test (): void {} ? ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
新機能 3524
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... く null も渡せるようになります。 <?php function testReturn (): ? string { return 'elePHPant' ; } var_dump ( t ... estReturn ()); function testReturn (): ? string { return nul ... l ; } var_dump ( testReturn ()); function test (? string $name ) { var_dump ( ... した。戻り値の型を void と宣言した関数は、関数内での return 文を省略するか、あるいは空の return を使う必要があ ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
Set SeasLog base path 3524
« SeasLog::notice SeasLog::setDatetimeFormat » PHP Manual SeasLog Set SeasLog base path SeasLog: ... Log base path. パラメータ base_path String. 戻り値 Return TRUE on setted base path success, FALSE on failure ... 関連キーワード: SeasLog , path , Set , setBasePath , Return , example , failure , FALSE , success , setted ...
https://man.plustar.jp/php/seaslog.setbasepath.html - [similar]
Perform PDF conversion 3524
« wkhtmltox\PDF\Converter::__construct wkhtmltox\PDF\Converter::getVersion » PHP Manual wkhtmlto ... の関数にはパラメータはありません。 戻り値 Where the return value is used, it will be populated with the conte ... , パラメータ , onversion , contents , populated , return ...
https://man.plustar.jp/php/wkhtmltox-pdf-converter.convert.html - [similar]
The MongoDB\BSON\UTCDateTimeInterface interface 3491
« MongoDB\BSON\TimestampInterface::__toString MongoDB\BSON\UTCDateTimeInterface::toDateTime » PH ... ongoDB\BSON\UTCDateTime to be used as a parameter, return, or property type in userland classes. クラス概要 ... 目次 MongoDB\BSON\UTCDateTimeInterface::toDateTime — Returns the DateTime representation of this UTCDateTimeIn ... ce MongoDB\BSON\UTCDateTimeInterface::__toString — Returns the string representation of this UTCDateTimeInte ... N , UTCDateTimeInterface , toString , toDateTime , Returns , string , DateTime , public , representation , r ...
https://man.plustar.jp/php/class.mongodb-bson-utcdatetimeinterface.html - [similar]
SeekableIterator インターフェイス 3491
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... s -> position = 0 ; } public function current () { return $this -> array [ $this -> position ]; } public fun ... ction key () { return $this -> position ; } public function next () { ++ ... $this -> position ; } public function valid () { return isset( $this -> array [ $this -> position ]); } } ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
Return the number of rows affected by the last SQL statement 3491
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... rows (PECL CUBRID >= 8.3.0) cubrid_affected_rows — Return the number of rows affected by the last SQL statem ... sumed. req_identifier Request Identifier, could be returned from either cubrid_prepare() or cubrid_execute() ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
クラスメソッドの名前を取得する 3491
« get_called_class get_class_vars » PHP Manual クラス/オブジェクト関数 クラスメソッドの名前を取得 ... lass { // コンストラクタ function __construct () { return( true ); } // メソッド1 function myfunc1 () { retu ... rn( true ); } // メソッド2 function myfunc2 () { return( true ); } } $class_methods = get_class_methods ( ...
https://man.plustar.jp/php/function.get-class-methods.html - [similar]