検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 817 for return (0.086 sec.)
バインドされたオブジェクトとクラスのスコープでクロージャを複製する 3119
« Closure::__construct Closure::bindTo » PHP Manual Closure バインドされたオブジェクトとクラスの ... ; private $ifoo = 2 ; } $cl1 = static function() { return A :: $sfoo ; }; $cl2 = function() { return $this - ...
https://man.plustar.jp/php/closure.bind.html - [similar]
Adds values to the set 3119
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... is -> value = $value ; } public function hash () { return $this -> value ; } public function equals ( $obj ) ... : bool { return $this -> value === $obj -> value ; } } $set = new ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
コールバック関数を繰り返し配列に適用し、配列をひとつの値にまとめる 3119
« array_rand array_replace_recursive » PHP Manual 配列 関数 コールバック関数を繰り返し配列に適用 ... unction sum ( $carry , $item ) { $carry += $item ; return $carry ; } function product ( $carry , $item ) { $ ... carry *= $item ; return $carry ; } $a = array( 1 , 2 , 3 , 4 , 5 ); $x = a ...
https://man.plustar.jp/php/function.array-reduce.html - [similar]
クラスのデフォルトプロパティを取得する 3119
« get_class_methods get_class » PHP Manual クラス/オブジェクト関数 クラスのデフォルトプロパティを ... する $this -> var1 = "foo" ; $this -> var2 = "bar" ; return true ; } } $my_class = new myclass (); $class_vars ... のスコープの挙動 <?php function format ( $array ) { return implode ( '|' , array_keys ( $array )) . "\r\n" ; ...
https://man.plustar.jp/php/function.get-class-vars.html - [similar]
指定された部分文字列が、文字列に含まれるかを調べる 3119
« sscanf str_ends_with » PHP Manual String 関数 指定された部分文字列が、文字列に含まれるかを調べ ... king the existence of the empty string will always return true" ; } ?> 上の例の出力は以下となります。 Checki ... ng the existence of the empty string will always return true 例2 大文字小文字の区別 <?php $string = 'The l ...
https://man.plustar.jp/php/function.str-contains.html - [similar]
壊れたアーカイブのオープンを許可するかどうかを設定する 3119
« RarArchive::open RarArchive::__toString » PHP Manual RarArchive 壊れたアーカイブのオープンを許 ... 例1 オブジェクト指向型 <?php function retnull () { return null ; } $file = dirname ( __FILE__ ) . "/multi_br ... 2) int(1) 例2 手続き型 <?php function retnull () { return null ; } $file = dirname ( __FILE__ ) . "/multi_br ...
https://man.plustar.jp/php/rararchive.setallowbroken.html - [similar]
The MongoDB\BSON\MaxKeyInterface interface 3093
« MongoDB\BSON\JavascriptInterface::__toString MongoDB\BSON\MinKeyInterface » PHP Manual MongoDB ... by MongoDB\BSON\MaxKey to be used as a parameter, return, or property type in userland classes. クラス概要 ...
https://man.plustar.jp/php/class.mongodb-bson-maxkeyinterface.html - [similar]
VarnishLog クラス 3093
« VarnishStat::getSnapshot VarnishLog::__construct » PHP Manual Varnish VarnishLog クラス Varnis ... ; const int TAG_VCL_trace = 38 ; const int TAG_VCL_return = 39 ; const int TAG_VCL_error = 40 ; const int TA ... call VarnishLog::TAG_VCL_trace VarnishLog::TAG_VCL_return VarnishLog::TAG_VCL_error VarnishLog::TAG_ReqStart ...
https://man.plustar.jp/php/class.varnishlog.html - [similar]
State Detection 3093
« Componere\Definition::register Componere\Definition::getClosure » PHP Manual Componere\Definit ... registration state of this Definition 戻り値 Shall return true if this Definition is registered 関連キーワー ...
https://man.plustar.jp/php/componere-definition.isregistered.html - [similar]
3093
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... vent :: READ )) { echo "Failed to enable READ\n" ; return; } } public function echoReadCallback ( $bev , $ct ... cert.req -signkey $local_pk -out $local_cert \n" ; return FALSE ; } $ctx = new EventSslContext ( EventSslCon ... SslContext :: OPT_ALLOW_SELF_SIGNED => false , )); return $ctx ; } } // Allow to override the port $port = 9 ... n this port * and make GET or POST request(others are turned off here), e.g.: * $ nc -t 127.0.0.1 8010 * POS ...
https://man.plustar.jp/php/event.examples.html - [similar]