検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 817 for return (0.038 sec.)
mysqlndプラグインの開発をはじめよう 3245
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの ... b, db_len, port, socket, mysql_flags TSRMLS_CC); } return ret; } ユーザースペースを呼び出す: 引数が一つの場合 ... o host = '%s'\n", $host); debug_print_backtrace(); return parent::connect($conn); } public function query($c ... ($conn, $query); printf("Query = '%s'\n", $query); return $ret; } } mysqlnd_plugin_set_conn_proxy(new proxy( ... s", &mysqlnd_rsrc, &host, &host_len) == FAILURE) { RETURN_NULL(); } ZEND_FETCH_RESOURCE(conn, MYSQLND* conn, ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
メソッドの修飾子を取得する 3245
« ReflectionMethod::getDeclaringClass ReflectionMethod::getPrototype » PHP Manual ReflectionMeth ... ss Testing { final public static function foo () { return; } public function bar () { return; } } $foo = new ...
https://man.plustar.jp/php/reflectionmethod.getmodifiers.html - [similar]
パラメータが callable かどうかを返す 3245
« ReflectionParameter::isArray ReflectionParameter::isDefaultValueAvailable » PHP Manual Reflect ... onParameter -> getType (); if (! $reflectionType ) return false ; $types = $reflectionType instanceof Reflec ... flectionType -> getTypes () : [ $reflectionType ]; return in_array ( 'callable' , array_map ( fn ( Reflectio ...
https://man.plustar.jp/php/reflectionparameter.iscallable.html - [similar]
ZooKeeper 3212
« ZMQDevice::setTimerTimeout はじめに » PHP Manual その他のサービス ZooKeeper ZooKeeper はじめに ... n of a node synchronously Zookeeper::getClientId — Return the client session id, only valid if the connectio ... nce of ZookeeperConfig Zookeeper::getRecvTimeout — Return the timeout for this session, only valid if the co ...
https://man.plustar.jp/php/book.zookeeper.html - [similar]
The GearmanClient class 3212
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm ... public removeOptions ( int $options ): bool public returnCode (): int public runTasks (): bool public setCli ... recated) GearmanClient::do — Run a single task and return a result [deprecated] GearmanClient::doBackground ... nd GearmanClient::doNormal — Run a single task and return a result GearmanClient::doStatus — Get the status ... y echo it back [deprecated] GearmanClient::error — Returns an error string for the last error encountered Ge ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
基底ノード型を作成する際に使用する拡張クラスを登録する 3212
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード ... ds DOMElement { function appendElement ( $name ) { return $this -> appendChild (new myElement ( $name )); } ... extends DOMDocument { function setRoot ( $name ) { return $this -> appendChild (new myElement ( $name )); } ... tends DOMElement { public function __toString () { return $this -> nodeValue ; } } $doc = new DOMDocument ; ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
Sorts the deque in-place 3212
« Ds\Deque::slice Ds\Deque::sorted » PHP Manual Deque Sorts the deque in-place Ds\Deque::sort (P ... ります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function ... esult in an internal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be ... , 3 , 2 ]); $deque -> sort (function( $a , $b ) { return $b <=> $a ; }); print_r ( $deque ); ?> 上の例の出力 ...
https://man.plustar.jp/php/ds-deque.sort.html - [similar]
Returns a sorted copy 3212
« Ds\Deque::sort Ds\Deque::sum » PHP Manual Deque Returns a sorted copy Ds\Deque::sorted (PECL d ... s >= 1.0.0) Ds\Deque::sorted — Returns a sorted copy 説明 public Ds\Deque::sorted ( call ... able $comparator = ? ): Ds\Deque Returns a sorted copy, using an optional comparator funct ... ります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function ... esult in an internal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be ...
https://man.plustar.jp/php/ds-deque.sorted.html - [similar]
Sorts the sequence in-place 3212
« Ds\Sequence::slice Ds\Sequence::sorted » PHP Manual Sequence Sorts the sequence in-place Ds\Se ... ります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function ... esult in an internal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be ... 3 , 2 ]); $sequence -> sort (function( $a , $b ) { return $b <=> $a ; }); print_r ( $sequence ); ?> 上の例の ...
https://man.plustar.jp/php/ds-sequence.sort.html - [similar]
Returns a sorted copy 3212
« Ds\Sequence::sort Ds\Sequence::sum » PHP Manual Sequence Returns a sorted copy Ds\Sequence::so ... rted (PECL ds >= 1.0.0) Ds\Sequence::sorted — Returns a sorted copy 説明 abstract public Ds\Sequence::s ... orted ( callable $comparator = ? ): Ds\Sequence Returns a sorted copy, using an optional comparator funct ... ります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function ... esult in an internal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be ...
https://man.plustar.jp/php/ds-sequence.sorted.html - [similar]