検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 817 for return (0.055 sec.)
3305
« 定義済み定数 クラス/オブジェクト関数 » PHP Manual クラス/オブジェクト 例 例 この例では、まず基 ... > color = $color ; } public function isEdible () { return $this -> edible ; } public function getColor () { ... -> cooked = true ; } public function isCooked () { return $this -> cooked ; } } ?> 続いて、これらのクラスから ...
https://man.plustar.jp/php/classobj.examples.html - [similar]
Updates all values by applying a callback function to each value 3305
« Ds\Map::allocate Ds\Map::capacity » PHP Manual Map Updates all values by applying a callback f ... pply to each value in the map. The callback should return what the value should be replaced by. 戻り値 値を返 ... > 3 ]); $map -> apply (function( $key , $value ) { return $value * 2 ; }); print_r ( $map ); ?> 上の例の出力 ...
https://man.plustar.jp/php/ds-map.apply.html - [similar]
アトミックに値を取得するか、キャッシュエントリを生成する 3305
« apcu_enabled apcu_exists » PHP Manual APCu 関数 アトミックに値を取得するか、キャッシュエントリ ... onfig = apcu_entry ( "config" , function( $key ) { return [ "fruit" => apcu_entry ( "config.fruit" , functio ... n( $key ){ return [ "apples" , "pears" ]; }), "people" => apcu_entry ... ( "config.people" , function( $key ){ return [ "bob" , "joe" , "niki" ]; }) ]; }); var_dump ( $ ...
https://man.plustar.jp/php/function.apcu-entry.html - [similar]
Get the error message 3305
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubri ... UBRID API. Usually, it gets error message when API returns false as its return value. パラメータ connection ... elect id, [name] from person 参考 cubrid_errno() - Return the numerical value of the error message from prev ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
Send a CUBRID query 3305
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... LECT, SHOW, DESCRIBE, EXPLAIN and other statements returning resultset, cubrid_query() returns a resource on ... INSERT, UPDATE, DELETE, DROP, etc, cubrid_query() returns true on success or false on error. The returned r ... ions for dealing with result tables, to access the returned data. Use cubrid_num_rows() to find out how many ... rows were returned for a SELECT statement or cubrid_affected_rows() ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
設定オプションの値を得る 3305
« ini_get_all ini_restore » PHP Manual PHP オプション/情報 関数 設定オプションの値を得る ini_get ... )+ 1 ) . "\n" ; echo 'post_max_size in bytes = ' . return_bytes ( ini_get ( 'post_max_size' )); function ret ... e 'm' : $val *= 1024 ; case 'k' : $val *= 1024 ; } return $val ; } ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.ini-get.html - [similar]
Dynamically removes the given method 3305
« runkit7_method_redefine runkit7_method_rename » PHP Manual runkit7 関数 Dynamically removes th ... () example <?php class Example { function foo () { return "foo!\n" ; } function bar () { return "bar!\n" ; } ...
https://man.plustar.jp/php/function.runkit7-method-remove.html - [similar]
Adds non-existent function or method 3305
« Uopz 関数 uopz_allow_exit » PHP Manual Uopz 関数 Adds non-existent function or method uopz_add ... letes previously added function or method uopz_set_return() - Provide a return value for an existing functio ...
https://man.plustar.jp/php/function.uopz-add-function.html - [similar]
トレイト 3305
« 列挙型と定数 定数式における列挙型の値 » PHP Manual 列挙型(Enum) トレイト トレイト 列挙型ではト ... ait Rectangle { public function shape (): string { return "Rectangle" ; } } enum Suit implements Colorful { ... ; case Spades ; public function color (): string { return match ( $this ) { Suit :: Hearts , Suit :: Diamond ...
https://man.plustar.jp/php/language.enumerations.traits.html - [similar]
Register a set of PHP functions as a Lua library 3305
« LuaSandbox::pauseUsageTimer LuaSandbox::setCPULimit » PHP Manual LuaSandbox Register a set of ... re information about calling Lua functions and the return values, see LuaSandboxFunction::call() . パラメータ ... he Lua environment function frobnosticate ( $v ) { return [ $v + 42 ]; } $sandbox -> registerLibrary ( 'php' ...
https://man.plustar.jp/php/luasandbox.registerlibrary.html - [similar]