検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 166 for [SIMILAR] 16 1024 4096 WITH 14551 triggered WITH... (0.159 sec.)
構築時の問題 0
« インストール PHP の使いかた » PHP Manual FAQ 構築時の問題 構築時の問題 本節は、構築時に発生する多くの一般的なエラーを集めたものです。 anonymous Git サービスで最新版の PHP を入手しましたが、 configure スクリプトがありません! PHPをApacheと組みあわせて動作するようにconfigureを行う際に問題 ...
https://man.plustar.jp/php/faq.build.html - [similar]
Basic FFI usage 0
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the details of the FFI API, lets take a look at a few examples demonstrating the simplicity of the FFI API usage for regular tasks. 注意 : Some of these examples require libc.so.6 and as such will not w ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
最初の引数で指定したコールバック関数をコールする 0
« call_user_func_array create_function » PHP Manual 関数処理 関数 最初の引数で指定したコールバック関数をコールする call_user_func (PHP 4, PHP 5, PHP 7, PHP 8) call_user_func — 最初の引数で指定したコールバック関数をコールする 説明 call_user_func ( callable $callback , mixed ...$args ): mi ...
https://man.plustar.jp/php/function.call-user-func.html - [similar]
すべての定数の名前とその値を連想配列として返す 0
« get_current_user get_extension_funcs » PHP Manual PHP オプション/情報 関数 すべての定数の名前とその値を連想配列として返す get_defined_constants (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) get_defined_constants — すべての定数の名前とその値を連想配列として返す 説明 get_defined_constants ( bool ...
https://man.plustar.jp/php/function.get-defined-constants.html - [similar]
シャットダウン時に実行する関数を登録する 0
« get_defined_functions register_tick_function » PHP Manual 関数処理 関数 シャットダウン時に実行する関数を登録する register_shutdown_function (PHP 4, PHP 5, PHP 7, PHP 8) register_shutdown_function — シャットダウン時に実行する関数を登録する 説明 register_shutdown_function ( callable $cal ...
https://man.plustar.jp/php/function.register-shutdown-function.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 Return values. Always check GearmanClient::error() or GearmanWorker() for a ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
Create a new Command 0
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new Command MongoDB\Driver\Command::__construct (mongodb >=1.0.0) MongoDB\Driver\Command::__construct — Create a new Command 説明 final public MongoDB\Driver\Command::__construct ( array | object $ ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
関数エイリアスのリスト 0
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少ないですが、PHPには複数の名前でコールされる関数があります。 いくつかの関数は単に二つの名前があり、実際の機能を持ちません。 (例えば is_int() と is_integer() は完全に同じです) いくつかの場合、 ...
https://man.plustar.jp/php/aliases.html - [similar]
Gearman 0
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 Basic usage Basic Gearman client and worker, background Basic Gearman client and worker, submitting tasks GearmanClient — The Gea ...
https://man.plustar.jp/php/book.gearman.html - [similar]
The GearmanClient class 0
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearman The GearmanClient class The GearmanClient class (PECL gearman >= 0.5.0) はじめに Represents a class for connecting to a Gearman job server and making requests to perform some function on pr ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]