検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 817 for return (0.032 sec.)
メソッドが定義されているかどうかを調べる 3863
« ReflectionClass::hasConstant ReflectionClass::hasProperty » PHP Manual ReflectionClass メソッド ... の例 <?php Class C { public function publicFoo () { return true ; } protected function protectedFoo () { retu ... rn true ; } private function privateFoo () { return true ; } static function staticFoo () { return tru ...
https://man.plustar.jp/php/reflectionclass.hasmethod.html - [similar]
Returns a scalar value to be used as a hash value 3829
« Ds\Hashable::equals Sequence » PHP Manual Hashable Returns a scalar value to be used as a hash ... hable::hash (PECL ds >= 1.0.0) Ds\Hashable::hash — Returns a scalar value to be used as a hash value 説明 ab ... stract public Ds\Hashable::hash (): mixed Returns a scalar value to be used as the hash value of th ... on't have to be unique, for example you could just return true for all objects and nothing would break - the ... = $name ; $this -> email = $email ; } /** * Should return the same value for all equal objects, but doesn't ...
https://man.plustar.jp/php/ds-hashable.hash.html - [similar]
Reduces the map to a single value using a callback function 3829
« Ds\Map::putAll Ds\Map::remove » PHP Manual Map Reduces the map to a single value using a callb ... rry , mixed $key , mixed $value ): mixed carry The return value of the previous callback, or initial if it's ... value of the carry value. Can be null . 戻り値 The return value of the final callback. 例 例1 Ds\Map::reduce ... ; $callback = function( $carry , $key , $value ) { return $carry * $value ; }; var_dump ( $map -> reduce ( $ ... ap -> reduce (function( $carry , $key , $value ) { return $carry + $value + 5 ; })); // Iterations: // // $c ...
https://man.plustar.jp/php/ds-map.reduce.html - [similar]
データの比較にコールバック関数を用い、配列の差を計算する 3829
« array_udiff_uassoc array_uintersect_assoc » PHP Manual 配列 関数 データの比較にコールバック関数 ... -> width * $b -> height ; if ( $areaA < $areaB ) { return - 1 ; } elseif ( $areaA > $areaB ) { return 1 ; } ... else { return 0 ; } } print_r ( array_udiff ( $array1 , $array2 ... $note ); } public function checkAvailability () { return array_udiff ( $this -> free , $this -> booked , ar ... [ 'date' ]; else $b = $booked ; if ( $a == $b ) { return 0 ; } elseif ( $a > $b ) { return 1 ; } else { ret ...
https://man.plustar.jp/php/function.array-udiff.html - [similar]
e-mail メッセージを送信する 3829
« imap_mail_move imap_mailboxmsginfo » PHP Manual IMAP 関数 e-mail メッセージを送信する imap_mai ... ring $cc = null , ? string $bcc = null , ? string $return_path = null ): bool この関数は、Cc および Bcc 受信 ... は mail を受信しますが、 ヘッダからは除外されます。 return_path リターンパスを指定するために rpath パラメータ ... ージョン 説明 8.0.0 additional_headers , cc , bcc , return_path は、nullable になりました。 参考 mail() - メー ... string , 受信 , cc , メール , 関数 , additional , return ...
https://man.plustar.jp/php/function.imap-mail.html - [similar]
include 3829
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) includ ... いない限りは 1 です。 インクルードしたファイルの中で return を実行すれば、 そのファイルの処理をそこで止めて呼び ... php' ) == TRUE ) { echo 'OK' ; } ?> 例5 include と returnreturn.php <?php $var = 'PHP' ; return $var ; ? ... > noreturn.php <?php $var = 'PHP' ; ?> testreturns.php <?php ... $foo = include 'return.php' ; echo $foo ; // 'PHP'と出力されます $bar = i ...
https://man.plustar.jp/php/function.include.html - [similar]
Behaviour 3829
« parallel\Events parallel\Events::setTimeout » PHP Manual parallel\Events Behaviour parallel\Ev ... ur (at the PHP level) until the first event can be returned: Setting blocking mode to false will cause poll ... to return control if the first target polled is not ready. T ... locking behaviour. A non-blocking loop effects the return value of parallel\Events::poll() , such that it ma ... s , Behaviour , blocking , setBlocking , timeout , return , poll , Shall , mode , polled ...
https://man.plustar.jp/php/parallel-events.setblocking.html - [similar]
エクスポート 3829
« ReflectionZendExtension::__construct ReflectionZendExtension::getAuthor » PHP Manual Reflectio ... ectionZendExtension::export ( string $name , bool $return = ? ): string 警告 この関数は、 現在のところ詳細な ... 数のリストのみが 記述されています。 パラメータ name return 戻り値 参考 ReflectionClassConstant::__toString() ... ension , 関数 , export , ReflectionClassConstant , return , string , 推奨 , 警告 , 削除 , public ...
https://man.plustar.jp/php/reflectionzendextension.export.html - [similar]
The MongoDB\Driver\Manager class 3803
« MongoDB\Driver MongoDB\Driver\Manager::addSubscriber » PHP Manual MongoDB\Driver The MongoDB\D ... es MongoDB\Driver\Manager::getEncryptedFieldsMap — Return the encryptedFieldsMap auto encryption option for ... e Manager MongoDB\Driver\Manager::getReadConcern — Return the ReadConcern for the Manager MongoDB\Driver\Man ... ager::getReadPreference — Return the ReadPreference for the Manager MongoDB\Driver\ ... Manager::getServers — Return the servers to which this manager is connected Mon ...
https://man.plustar.jp/php/class.mongodb-driver-manager.html - [similar]
Return an array with the list of all existing CUBRID databases 3803
« cubrid_field_type cubrid_num_fields » PHP Manual CUBRID MySQL 互換関数 Return an array with th ... _list_dbs (PECL CUBRID >= 8.3.0) cubrid_list_dbs — Return an array with the list of all existing CUBRID data ... source $conn_identifier = ? ): array This function returns an array with the list of all existing Cubrid dat ...
https://man.plustar.jp/php/function.cubrid-list-dbs.html - [similar]