検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 817 for return (0.022 sec.)
Execution 3803
« parallel\Runtime::__construct parallel\Runtime::close » PHP Manual parallel\Runtime Execution ... heduled for parallel execution must not: accept or return by reference accept or return internal objects (se ... safely, and so may not be shared. 戻り値 警告 The return parallel\Future must not be ignored when the task ... contains a return or throw statement. Exceptions 警告 Shall throw pa ... es. 警告 Shall throw parallel\Runtime\Error\IllegalReturn if task returns illegally. 関連キーワード: Runtime ...
https://man.plustar.jp/php/parallel-runtime.run.html - [similar]
結果セットから次の行を取得する 3803
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... h styles */ print( "PDO::FETCH_ASSOC: " ); print( "Return next row as an array indexed by column name\n" ); ... int( "\n" ); print( "PDO::FETCH_BOTH: " ); print( "Return next row as an array indexed by both column name a ... int( "\n" ); print( "PDO::FETCH_LAZY: " ); print( "Return next row as an anonymous object with column names ... rint( "\n" ); print( "PDO::FETCH_OBJ: " ); print( "Return next row as an anonymous object with column names ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
CUBRID 関数 3803
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... commit mode of the connection cubrid_get_charset — Return the current CUBRID connection charset cubrid_get_c ... the class name using OID cubrid_get_client_info — Return the client library version cubrid_get_db_parameter ...Returns the CUBRID database parameters cubrid_get_query_t ... eout value of the request cubrid_get_server_info — Return the CUBRID server version cubrid_get — Get a colum ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
Return the client session id, only valid if the connections is currently connect... 3770
« Zookeeper::getChildren Zookeeper::getConfig » PHP Manual Zookeeper Return the client session i ... (PECL zookeeper >= 0.1.0) Zookeeper::getClientId — Return the client session id, only valid if the connectio ... ラメータ この関数にはパラメータはありません。 戻り値 Returns the client session id on success, and false on fa ...
https://man.plustar.jp/php/zookeeper.getclientid.html - [similar]
SessionHandler クラス 3736
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH ... * @param data $edata * @param string $password * @return decrypted data */ function decrypt ( $edata , $pas ... lt , 0 , 32 ); $iv = substr ( $result , 32 , 16 ); return openssl_decrypt ( $ct , 'AES-256-CBC' , $key , tru ... * * @param data $data * @param string $password * @return base64 encrypted data */ function encrypt ( $data ... ypt ( $data , 'AES-256-CBC' , $key , true , $iv ); return base64_encode ( $salt . $encrypted_data ); } class ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
Execution 3736
« parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0) ... heduled for parallel execution must not: accept or return by reference accept or return internal objects (se ... safely, and so may not be shared. 戻り値 警告 The return parallel\Future must not be ignored when the task ... contains a return or throw statement. Exceptions 警告 Shall throw pa ... es. 警告 Shall throw parallel\Runtime\Error\IllegalReturn if task returns illegally. 参考 parallel\Runtime:: ...
https://man.plustar.jp/php/parallel.run.html - [similar]
Return the timeout for this session, only valid if the connections is currently ... 3736
« Zookeeper::getConfig Zookeeper::getState » PHP Manual Zookeeper Return the timeout for this se ... CL zookeeper >= 0.1.0) Zookeeper::getRecvTimeout — Return the timeout for this session, only valid if the co ... ラメータ この関数にはパラメータはありません。 戻り値 Returns the timeout for this session on success, and fals ...
https://man.plustar.jp/php/zookeeper.getrecvtimeout.html - [similar]
Get a lob object's size 3710
« cubrid_lob2_seek cubrid_lob2_size » PHP Manual CUBRID 関数 Get a lob object's size cubrid_lob2 ... n be stored, you can use this function and it will return the size as a string. パラメータ lob_identifier Lo ... 2_new() or get from the result set. 戻り値 It will return the size of the LOB object as a string when it pro ... id , Get , s , ursor , LOB , identifier , string , return ...
https://man.plustar.jp/php/function.cubrid-lob2-size64.html - [similar]
JSON にシリアライズしたいデータを指定する 3710
« JsonSerializable JSON 関数 » PHP Manual JsonSerializable JSON にシリアライズしたいデータを指定 ... ay = $array ; } public function jsonSerialize () { return $this -> array ; } } $array = [ 1 , 2 , 3 ]; echo ... ay = $array ; } public function jsonSerialize () { return $this -> array ; } } $array = [ 'foo' => 'bar' , ' ... er) $number ; } public function jsonSerialize () { return $this -> number ; } } echo json_encode (new Intege ... ng) $string ; } public function jsonSerialize () { return $this -> string ; } } echo json_encode (new String ...
https://man.plustar.jp/php/jsonserializable.jsonserialize.html - [similar]
列挙型とメソッド 3710
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソ ... 満たすための実装 public function color (): string { return match ( $this ) { Suit :: Hearts , Suit :: Diamond ... が、正しいコード public function shape (): string { return "Rectangle" ; } } function paint ( Colorful $c ) { ... 満たすための実装 public function color (): string { return match ( $this ) { Suit :: Hearts , Suit :: Diamond ... ring $name ) {} public function color (): string { return match ( $this ) { Suit :: Hearts , Suit :: Diamond ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]