検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 817 for return (0.115 sec.)
メッセージヘッダを読み込む 3464
« imap_header imap_headers » PHP Manual IMAP 関数 メッセージヘッダを読み込む imap_headerinfo (PH ... を返します。 personal 、 adl 、 mailbox および host return_pathaddress - 完全な Return-Path: 行。最大 1024 文 ... 字。 return_path - Return-Path: 行から、次のプロパティを含むオ ...
https://man.plustar.jp/php/function.imap-headerinfo.html - [similar]
Create a new WriteConcern 3464
« MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua ... ledgment of the write operation. However, this may return information about socket exceptions and networking ... efore failing. wtimeout causes write operations to return with an error ( WriteConcernError ) after the spec ... ll eventually succeed. When these write operations return, MongoDB does not undo successful data modificatio ... integer greater than 0> Milliseconds to wait until returning. journal Wait until mongod has applied the writ ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html - [similar]
RecursiveIterator から RecursiveFilterIterator を作成する 3464
« RecursiveFilterIterator RecursiveFilterIterator::getChildren » PHP Manual RecursiveFilterItera ... あるか、値が // "test" で始まる場合にのみ許可します return $this -> hasChildren () || ( strpos ( $this -> cur ... _construct ( $rit ); } public function accept () { return $this -> hasChildren () OR strpos ( $this -> curre ... word ) === 0 ; } public function getChildren () { return new self ( $this -> getInnerIterator ()-> getChild ...
https://man.plustar.jp/php/recursivefilteriterator.construct.html - [similar]
CallbackFilterIterator クラス 3431
« CachingIterator::valid CallbackFilterIterator::accept » PHP Manual イテレータ CallbackFilterIt ... * @param $iterator フィルタリングするイテレータ * @return boolean 現在のアイテムを受け付ける場合は TRUE、それ ... フィルタします function is_large_file ( $current ) { return $current -> isFile () && $current -> getSize () > ... $dir , function ( $current , $key , $iterator ) { return $current -> isDir () && ! $iterator -> isDot (); } ...
https://man.plustar.jp/php/class.callbackfilteriterator.html - [similar]
require 3431
« return include » PHP Manual 制御構造 require require (PHP 4, PHP 5, PHP 7, PHP 8) require は i ... さい。 関連キーワード: include , スクリプト , 処理 , return , 失敗 , レベル , 致命 , エラー , 発生 , 警告 ...
https://man.plustar.jp/php/function.require.html - [similar]
無名関数 3431
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ と ... ce_callback ( '~-([a-z])~' , function ( $match ) { return strtoupper ( $match [ 1 ]); }, 'hello-world' ); // ... $example = function () use ( $message ): string { return "hello $message " ; }; var_dump ( $example ()); ?> ... ity ; } public function getQuantity ( $product ) { return isset( $this -> products [ $product ]) ? $this -> ... ; }; array_walk ( $this -> products , $callback ); return round ( $total , 2 ); } } $my_cart = new Cart ; // ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]
Send fail status (deprecated) 3431
« GearmanJob::exception GearmanJob::functionName » PHP Manual GearmanJob Send fail status (depre ... ception for running job (exception) GearmanJob::setReturn() - Set a return value GearmanJob::sendStatus() - ... ated , exception , job , パラメータ , sendStatus , return ...
https://man.plustar.jp/php/gearmanjob.fail.html - [similar]
The Swoole\Lock class 3398
« Swoole\Http\Server::start Swoole\Lock::__construct » PHP Manual Swoole The Swoole\Lock class T ... ad — Try to lock a read-write lock for reading and return straight away even the lock is not available. Swoo ... le\Lock::trylock — Try to acquire the lock and return straight away even the lock is not available. Swoo ...
https://man.plustar.jp/php/class.swoole-lock.html - [similar]
コールバック関数を使用して、配列の要素をフィルタリングする 3398
« array_fill array_flip » PHP Manual 配列 関数 コールバック関数を使用して、配列の要素をフィルタリ ... ( $var ) { // 渡された整数が奇数かどうかを返します return $var & 1 ; } function even ( $var ) { // 渡された整 ... 数が偶数かどうかを返します return !( $var & 1 ); } $array1 = [ 'a' => 1 , 'b' => 2 , ... var_dump ( array_filter ( $arr , function( $k ) { return $k == 'b' ; }, ARRAY_FILTER_USE_KEY )); var_dump ( ... array_filter ( $arr , function( $v , $k ) { return $k == 'b' || $v == 4 ; }, ARRAY_FILTER_USE_BOTH )) ...
https://man.plustar.jp/php/function.array-filter.html - [similar]
Fetch a result row as an associative array, a numeric array, or both 3398
« cubrid_error cubrid_fetch_assoc » PHP Manual CUBRID MySQL 互換関数 Fetch a result row as an as ... used to get a single row from the query result and returns an array. The cursor automatically moves to the n ... ate the lob object, you can use CUBRID_LOB. 戻り値 Returns an array of strings that corresponds to the fetch ... s; NULL, when process is unsuccessful. The type of returned array depends on how type is defined. By using C ... he next row from a result set cubrid_fetch_row() - Return a numerical array with the values of the current r ...
https://man.plustar.jp/php/function.cubrid-fetch-array.html - [similar]