検索

phrase: max: clip:
target: order:
Results of 621 - 630 of about 817 for return (0.050 sec.)
ReflectionEnumUnitCase クラス 2907
« ReflectionEnum::isBacked ReflectionEnumUnitCase::__construct » PHP Manual リフレクション Refle ... tant::export ( mixed $class , string $name , bool $return = ? ): string public ReflectionClassConstant::getA ...
https://man.plustar.jp/php/class.reflectionenumunitcase.html - [similar]
ReflectionExtension クラス 2907
« ReflectionZendExtension::__toString ReflectionExtension::__clone » PHP Manual リフレクション R ... void public static export ( string $name , string $return = false ): string public getClasses (): array publ ...
https://man.plustar.jp/php/class.reflectionextension.html - [similar]
Creates a new deque using a callable to determine which values to include 2907
« Ds\Deque::count Ds\Deque::find » PHP Manual Deque Creates a new deque using a callable to dete ... ack ( mixed $value ): bool Optional callable which returns true if the value should be included, false other ... ining all the values for which either the callback returned true , or all values that convert to true if a c ... var_dump ( $deque -> filter (function( $value ) { return $value % 2 == 0 ; })); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-deque.filter.html - [similar]
Removes and returns a value by key 2907
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... ve (PECL ds >= 1.0.0) Ds\Map::remove — Removes and returns a value by key 説明 public Ds\Map::remove ( mixed ... $key , mixed $default = ? ): mixed Removes and returns a value by key, or return an optional default val ... key to remove. default The optional default value, returned if the key could not be found. 戻り値 The value ... す。 int(1) int(10) 関連キーワード: key , Removes , returns , Ds , Map , default , not , a , remove , map ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
Creates a new sequence using a callable to determine which values to include 2907
« Ds\Sequence::contains Ds\Sequence::find » PHP Manual Sequence Creates a new sequence using a c ... ack ( mixed $value ): bool Optional callable which returns true if the value should be included, false other ... ining all the values for which either the callback returned true , or all values that convert to true if a c ... r_dump ( $sequence -> filter (function( $value ) { return $value % 2 == 0 ; })); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-sequence.filter.html - [similar]
Creates a new set using a callable to determine which values to include 2907
« Ds\Set::diff Ds\Set::first » PHP Manual Set Creates a new set using a callable to determine wh ... ack ( mixed $value ): bool Optional callable which returns true if the value should be included, false other ... ining all the values for which either the callback returned true , or all values that convert to true if a c ... ); var_dump ( $set -> filter (function( $value ) { return $value % 2 == 0 ; })); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-set.filter.html - [similar]
Creates a new vector using a callable to determine which values to include 2907
« Ds\Vector::count Ds\Vector::find » PHP Manual Vector Creates a new vector using a callable to ... ack ( mixed $value ): bool Optional callable which returns true if the value should be included, false other ... ining all the values for which either the callback returned true , or all values that convert to true if a c ... var_dump ( $vector -> filter (function( $value ) { return $value % 2 == 0 ; })); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-vector.filter.html - [similar]
Scans the buffer for an occurrence of a string 2907
« EventBuffer::readLine EventBuffer::searchEol » PHP Manual EventBuffer Scans the buffer for an ... e buffer for an occurrence of the string what . It returns numeric position of the string, or false if the s ... t search position. end End search position. 戻り値 Returns numeric position of the first occurrence of the s ... ( $p === FALSE ) { break; } ++ $total ; ++ $p ; } return $total ; } $buf = new EventBuffer (); $buf -> add ...
https://man.plustar.jp/php/eventbuffer.search.html - [similar]
ビルトインウェブサーバー 2907
« 対話シェル INI 設定 » PHP Manual コマンドラインの使用法 ビルトインウェブサーバー ビルトインウェ ... |jpg|jpeg|gif)$/' , $_SERVER [ "REQUEST_URI" ])) { return false ; // リクエストされたリソースをそのままの形式 ... adfile ( $_SERVER [ "SCRIPT_FILENAME" ]); } else { return FALSE ; } ?> $ php -S localhost:8000 router.php 例 ...
https://man.plustar.jp/php/features.commandline.webserver.html - [similar]
Get BLOB/CLOB data 2907
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... gets BLOB/CLOB by executing the SQL statement, and returns all LOBs as a resource array. Be sure that the SQ ... entifier. sql SQL statement to be executed. 戻り値 Return an array of LOB resources, when process is success ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]