検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 2158 for [SIMILAR] 16 1024 4096 WITH 13233 function WITH ... (1.092 sec.)
Reduces the map to a single value using a callback function 0
« Ds\Map::putAll Ds\Map::remove » PHP Manual Map Reduces the map to a single value using a callback function Ds\Map::reduce (PECL ds >= 1.0.0) Ds\Map::reduce — Reduces the map to a single value using a callback function 説明 public Ds\Map::reduce ( callable $callback , mixed $initial = ? ...
https://man.plustar.jp/php/ds-map.reduce.html - [similar]
0
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this page can be accessed by http://example.com/operator.php */ class Operator { /** * Add two operands * @param interge * @return interge */ public function add ( $a , $b ) { return $this -> _add ( $ ...
https://man.plustar.jp/php/yar.examples.html - [similar]
Wrap a PHP callable in a LuaSandboxFunction 0
« LuaSandbox::unpauseUsageTimer LuaSandboxFunction » PHP Manual LuaSandbox Wrap a PHP callable in a LuaSandboxFunction LuaSandbox::wrapPhpFunction (PECL luasandbox >= 1.2.0) LuaSandbox::wrapPhpFunction — Wrap a PHP callable in a LuaSandboxFunction 説明 public LuaSandbox::wrapPhpFunction ...
https://man.plustar.jp/php/luasandbox.wrapphpfunction.html - [similar]
Return the numerical value of the error message from previous CUBRID operation 0
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of the error message from previous CUBRID operation cubrid_errno (PECL CUBRID >= 8.3.1) cubrid_errno — Return the numerical value of the error message from previous CUBRID operation 説明 cubrid_er ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
Create a handle to used communicate with zookeeper 0
« Zookeeper::connect Zookeeper::create » PHP Manual Zookeeper Create a handle to used communicate with zookeeper Zookeeper::__construct (PECL zookeeper >= 0.1.0) Zookeeper::__construct — Create a handle to used communicate with zookeeper 説明 public Zookeeper::__construct ( string $host ...
https://man.plustar.jp/php/zookeeper.construct.html - [similar]
JSON にシリアライズしたいデータを指定する 0
« JsonSerializable JSON 関数 » PHP Manual JsonSerializable JSON にシリアライズしたいデータを指定する JsonSerializable::jsonSerialize (PHP 5 >= 5.4.0, PHP 7, PHP 8) JsonSerializable::jsonSerialize — JSON にシリアライズしたいデータを指定する 説明 public JsonSerializable::jsonSerialize (): ...
https://man.plustar.jp/php/jsonserializable.jsonserialize.html - [similar]
0
« 定義済み定数 GMP 関数 » PHP Manual GMP 例 例 例1 GMP を使用した階乗関数 <?php function fact ( $x ) { $return = 1 ; for ( $i = 2 ; $i <= $x ; $i ++) { $return = gmp_mul ( $return , $i ); } return $return ; } echo gmp_strval ( fact ( 1000 )) . "\n" ; ?> この例は、1000 の階乗(非常に大きな ...
https://man.plustar.jp/php/gmp.examples.html - [similar]
ジェネレータと Iterator オブジェクトとの比較 0
« ジェネレータの構文 アトリビュート » PHP Manual ジェネレータ ジェネレータと Iterator オブジェクトとの比較 ジェネレータと Iterator オブジェクトとの比較 ジェネレータの最大のメリットは、シンプルに書けることです。 Iterator を実装するのに比べて、必要な決まり文句の数がかなり少なくなります。 ま ...
https://man.plustar.jp/php/language.generators.comparison.html - [similar]
定義済み定数 0
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 The following opcodes are defined as constants by uopz before 5.0.0: ZE ...
https://man.plustar.jp/php/uopz.constants.html - [similar]
トレイト 0
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト PHP は、コードを再利用するための「トレイト」という仕組みを実装しています。 トレイトは、PHP のような単一継承言語でコードを再利用するための仕組みのひとつです。 トレイトは、単一継承の制約を減らすた ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]