検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 1237 for n (0.096 sec.)
Set socket I/O activity timeout 3555
« GearmanWorker::setOptions GearmanWorker::timeout » PHP Manual GearmanWorker Set socket I/O act ... ivity timeout GearmanWorker::setTimeout (PECL gearman >= 0.6.0) GearmanW ... Set socket I/O activity timeout 説明 public GearmanWorker::setTimeout ( int $timeout ): bool Sets the ... interval of time to wait for socket I/O activity. パラ ... メータ timeout An interval of time in milliseconds. A negative value ...
https://man.plustar.jp/php/gearmanworker.settimeout.html - [similar]
static キーワード 3555
« スコープ定義演算子 (::) クラスの抽象化 » PHP Manual クラスとオブジェクト static キーワード sta ... tic メソッドの例 <?php class Foo { public static function aStaticMethod () { // ... } } Foo :: aStaticM ... ethod (); $classname = 'Foo' ; $classname :: aStaticMethod (); ?> st ... を参照することも可能です。 変数の値に ( self や parent 、 static といった) キーワードを指定することはでき ... Foo { public static $my_static = 'foo' ; public function staticValue () { return self :: $my_static ; ...
https://man.plustar.jp/php/language.oop5.static.html - [similar]
修飾子の名前を取得する 3555
« Reflection::export ReflectionClass » PHP Manual Reflection 修飾子の名前を取得する Reflection:: ... getModifierNames (PHP 5, PHP 7, PHP 8) Reflection::getModifierN ... 修飾子の名前を取得する 説明 public static Reflection::getModifierNames ( int $modifiers ): array 修飾子 ... り値 修飾子の名前の配列を返します。 例 例1 Reflection::getModifierNames() の例 <?php class Testing { fin ... al public static function foo () { return; } public function bar () { r ...
https://man.plustar.jp/php/reflection.getmodifiernames.html - [similar]
フィールドに関する情報を得る 3532
« ibase_fetch_row ibase_free_event_handler » PHP Manual Firebird/InterBase 関数 フィールドに関す ... る情報を得る ibase_field_info (PHP 5, PHP 7 < 7.4.0) ibase_field_info — フィー ... ルドに関する情報を得る 説明 ibase_field_info ( resource $result , int $field_number ): array ... 関する情報を配列として返します。 パラメータ result InterBase 結果 ID。 field_number フィールドのオフセッ ... ト。 戻り値 配列を返します。配列に含まれるキーは name 、 alias 、 relation 、 length そして type です ...
https://man.plustar.jp/php/function.ibase-field-info.html - [similar]
Create a new BulkWrite 3532
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... Create a new BulkWrite MongoDB\Driver\BulkWrite::__construct ... (mongodb >=1.0.0) MongoDB\Driver\BulkWrite::__construct ... — Create a new BulkWrite 説明 public MongoDB\Driver\BulkWrite:: ... __construct ( array $options = ? ) Constructs a new Mong ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
MySQL 拡張モジュールの概要を示す例 3532
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示 ... 関する例 <?php // データベースに接続し、選択する $link = mysql_connect ( 'mysql_host' , 'mysql_user' , ' ... mysql_password' ) or die( 'Could not connect: ' . mysql_error ()); echo 'Connected su ... ; mysql_select_db ( 'my_database' ) or die( 'Could not select database' ); // SQL クエリを実行する $que ... _error ()); // HTML に結果を出力する echo "<table>\n" ; while ( $line = mysql_fetch_array ( $result , M ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]
メソッドの修飾子を取得する 3532
« ReflectionMethod::getDeclaringClass ReflectionMethod::getPrototype » PHP Manual ReflectionMeth ... od メソッドの修飾子を取得する ReflectionMethod::getModifiers (PHP 5, PHP 7, PHP 8) Reflecti ... onMethod::getModifiers — メソッドの修飾子を取得する 説 ... 明 public ReflectionMethod::getModifiers (): int このメソッドのアクセス ... 定義済みの定数 に説明があります。 例 例1 ReflectionMethod::getModifiers() の例 <?php class Testing { f ...
https://man.plustar.jp/php/reflectionmethod.getmodifiers.html - [similar]
実行時設定 3532
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ション 名前 デフォルト 変更可能 変更履歴 seaslog.appender 1 PHP_INI_SYSTEM seaslog.appender_retry 0 PHP_I ... NI_ALL seaslog.level 8 PHP_INI_ALL seaslog.remote_host 127.0.0.1 PHP_INI_ALL sea ... slog.remote_port 514 PHP_INI_ALL seaslog.remote_timeout 1 PHP_INI_SYSTEM seasl ... og.default_basepath /var/log/www PHP_INI_SYSTEM seaslog.default_logger default PHP_INI_SYS ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
Poll the items 3532
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... oll::poll ( array &$readable , array &$writable , int $timeout = -1 ): int Polls the items in the curre ... nt poll set. The readable and writable items are returned in the readable and w ... ritable parameters. ZMQPoll::getLastErrors() can be used to check if there were errors. パラメータ ... ray where readable ZMQSockets/PHP streams are returned. The array will be cleared at the beginning of t ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]
ステートメントリソースあるいは接続リソースからオプションの値を取得する 3509
« db2_free_stmt db2_last_insert_id » PHP Manual IBM DB2 関数 ステートメントリソースあるいは接続リ ... ソースからオプションの値を取得する db2_get_option (PECL ibm_db2 >= 1.6.0) db2_get_option — ステートメ ... ソースからオプションの値を取得する 説明 db2_get_option ( resource $resource , string $option ): string | ... が返す有効なステートメントリソース、 あるいは db2_connect() や db2_pconnect() が返す有効な接続リソース。 ... option ステートメントや接続の、有効なオプション。 以下の新 ...
https://man.plustar.jp/php/function.db2-get-option.html - [similar]