検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 362 for list (0.016 sec.)
Creates rrd database file 5290
« RRD 関数 rrd_error » PHP Manual RRD 関数 Creates rrd database file rrd_create (PECL rrd >= 0.9 ... created rrd file. options Options for rrd create - list of strings. See man page of rrd create for whole l ... ーワード: rrd , file , Creates , database , create , list , RRD , 関数 , filename , 成功 ...
https://man.plustar.jp/php/function.rrd-create.html - [similar]
実行時設定 5290
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... I_ALL phar.require_hash "1" PHP_INI_ALL phar.cache_list "" PHP_INI_SYSTEM 以下に設定ディレクティブに関する ... ャを後で簡単に修正できてしまうからです。 phar.cache_list string phar アーカイブをウェブサーバーの起動時に事 ... に近い速度で実行することができます。 例1 phar.cache_list の使用例 php.ini (windows): phar.cache_list =C:\pa ... r;C:\path\to\phar2.phar php.ini (unix): phar.cache_list =/path/to/phar1.phar:/path/to/phar2.phar 関連キーワ ...
https://man.plustar.jp/php/phar.configuration.html - [similar]
Updates the RRD database 5254
« rrd_tune rrd_version » PHP Manual RRD 関数 Updates the RRD database rrd_update (PECL rrd >= 0. ... ons Options for updating the RRD database. This is list of strings. See man page of rrd update for whole l ... , database , Updates , rrd , the , update , file , list , This , filename ...
https://man.plustar.jp/php/function.rrd-update.html - [similar]
リソース型の一覧 5254
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... nt_encoding() cubrid_errno() cubrid_error() cubrid_list_dbs() cubrid_ping() cubrid_query() cubrid_real_esc ... nt_encoding() cubrid_errno() cubrid_error() cubrid_list_dbs() cubrid_ping() cubrid_query() cubrid_real_esc ... th() , enchant_broker_get_error() , enchant_broker_list_dicts() , enchant_broker_set_dict_path() , enchant ... ) , ftp_chdir() , ftp_mkdir() , ftp_rmdir() , ftp_nlist() , ftp_rawlist() , ftp_systype() , ftp_pasv() , f ...
https://man.plustar.jp/php/resource.html - [similar]
Transliterator の ID を取得する 5254
« Transliterator::getErrorMessage Transliterator::transliterate » PHP Manual Transliterator Tran ... sliterator の ID を取得する Transliterator::listIDs transliterator_list_ids (PHP 5 >= 5.4.0, PHP 7, ... PHP 8, PECL intl >= 2.0.0) Transliterator::listIDs -- transliterator_list_ids — Transliterator の ... 明 オブジェクト指向型 public static Transliterator::listIDs (): array | false 手続き型 transliterator_list_ ... or ID を取得する <?php print_r ( Transliterator :: listIDs ()); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/transliterator.listids.html - [similar]
Add job servers 5103
« GearmanWorker::addServer GearmanWorker::clone » PHP Manual GearmanWorker Add job servers Gearm ... r more job servers to this worker. These go into a list of servers that can be used to run jobs. No socket ... happens here. パラメータ servers A comma separated list of job servers in the format host:port. If no port ... b , Add , GearmanWorker , addServers , addServer , list , host , separated , format ...
https://man.plustar.jp/php/gearmanworker.addservers.html - [similar]
下位互換性のない変更点 5103
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互 ... P 7 の両方で使えます global ${ $foo -> bar }; } ?> list() の取り扱いの変更 list() での変数の代入が、逆順で ... はなくなる list() における変数への代入が定義された順番どおりに行わ ... に逆順にはなりません。 この変更の影響を受けるのは、 list() を [] 演算子と組み合わせて使うときくらいでしょう ... 。その例を示します。 <?php list( $a [], $a [], $a []) = [ 1 , 2 , 3 ]; var_dump ( ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
Give the worker an identifier so it can be tracked when asking gearmand for the ... 5068
« GearmanWorker::returnCode GearmanWorker::setOptions » PHP Manual GearmanWorker Give the worker ... so it can be tracked when asking gearmand for the list of available workers GearmanWorker::setId (No vers ... so it can be tracked when asking gearmand for the list of available workers 説明 public GearmanWorker::se ...
https://man.plustar.jp/php/gearmanworker.setid.html - [similar]
Get result of next query when executing multiple SQL statements 5032
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... $col_num = cubrid_num_cols ( $req ); $column_name_list = cubrid_column_names ( $req ); $column_type_list ... ---------------\n" ); $size = count ( $column_name_list ); for( $i = 0 ; $i < $size ; $i ++) { $column_len ... i ); printf ( "%-30s %-30s %-15s\n" , $column_name_list [ $i ], $column_type_list [ $i ], $column_len ); } ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
使用可能な辞書の一覧を返す 4917
« enchant_broker_init enchant_broker_request_dict » PHP Manual Enchant 関数 使用可能な辞書の一覧 ... を返す enchant_broker_list_dicts (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant ... >= 1.0.1) enchant_broker_list_dicts — 使用可能な辞書の一覧を返す 説明 enchant_br ... oker_list_dicts ( EnchantBroker $broker ): array 使用可能な辞 ... = enchant_broker_init (); $dicts = enchant_broker_list_dicts ( $r ); print_r ( $dicts ); ?> 上の例の出力は ...
https://man.plustar.jp/php/function.enchant-broker-list-dicts.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT