検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 362 for list (0.044 sec.)
MySQL データベース上のテーブルのリストを得る 5698
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルの ... リストを得る mysql_list_tables (PHP 4, PHP 5) mysql_list_tables — MySQL デ ... 。 SQL クエリー: SHOW TABLES FROM dbname 説明 mysql_list_tables ( string $database , resource $link_identif ... 4.3.7 この関数は非推奨となりました。 例 例1 mysql_list_tables() の別の例 <?php $dbname = 'mysql_dbname' ; ... sql ); if (! $result ) { echo "DB Error, could not list tables\n" ; echo 'MySQL Error: ' . mysql_error (); ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]
Run a list of tasks in parallel 5698
« GearmanClient::returnCode GearmanClient::setClientCallback » PHP Manual GearmanClient Run a list ... gearman >= 0.5.0) GearmanClient::runTasks — Run a list of tasks in parallel 説明 public GearmanClient::ru ... o be run in parallel 関連キーワード: tasks , Run , list , of , in , runTasks , パラメータ , addTask , 関数 ...
https://man.plustar.jp/php/gearmanclient.runtasks.html - [similar]
ヒストリを一覧表示する 5663
« readline_info readline_on_new_line » PHP Manual Readline 関数 ヒストリを一覧表示する readline_ ... list_history (PHP 4, PHP 5, PHP 7, PHP 8) readline_list_history — ヒストリを一覧表示する 説明 readline_lis ... ています。 関連キーワード: ヒストリ , 表示 , 一覧 , list , history , 関数 , パラメータ , info , new , array ...
https://man.plustar.jp/php/function.readline-list-history.html - [similar]
Sets the options for rrd graph export 5663
« RRDGraph::saveVerbose RRDUpdater » PHP Manual RRDGraph Sets the options for rrd graph export R ... ptions ( array $options ): void パラメータ options List of options for the image generation from the RRD d ... atabase file. It can be list of strings or list of strings with keys for better ... readability. Read the rrd graph man pages for list of available options. 戻り値 値を返しません。 例 例 ... , RRDGraph , options , export , the , setOptions , list , strings ...
https://man.plustar.jp/php/rrdgraph.setoptions.html - [similar]
夏時間、オフセットおよびタイムゾーン名を含む連想配列を返す 5583
« DateTimeZone::getTransitions DateTimeZone::listIdentifiers » PHP Manual DateTimeZone 夏時間、オ ... よびタイムゾーン名を含む連想配列を返す DateTimeZone::listAbbreviations timezone_abbreviations_list (PHP 5 >= ... 5.2.0, PHP 7, PHP 8) DateTimeZone::listAbbreviations -- timezone_abbreviations_list — 夏時 ... 説明 オブジェクト指向型 public static DateTimeZone::listAbbreviations (): array 手続き型 timezone_abbreviat ... ions_list (): array この関数が返す省略形のリストは、 歴史的に ...
https://man.plustar.jp/php/datetimezone.listabbreviations.html - [similar]
サポートするすべてのエンコーディングの配列を返す 5512
« mb_language mb_ord » PHP Manual マルチバイト文字列 関数 サポートするすべてのエンコーディングの ... 配列を返す mb_list_encodings (PHP 5, PHP 7, PHP 8) mb_list_encodings ... ートするすべてのエンコーディングの配列を返す 説明 mb_list_encodings (): array サポートするすべてのエンコーデ ... 例外 この関数はエラーを発生させません。 例 例1 mb_list_encodings() の例 <?php print_r ( mb_list_encodings ... のエイリアスを取得 関連キーワード: 配列 , サポート , list , encodings , BE , 関数 , エラー , win , bit , パラ ...
https://man.plustar.jp/php/function.mb-list-encodings.html - [similar]
RAR アーカイブからエントリの全一覧を取得する 5512
« RarArchive::getComment RarArchive::getEntry » PHP Manual RarArchive RAR アーカイブからエントリ ... の全一覧を取得する RarArchive::getEntries rar_list (PECL rar >= 2.0.0) RarArchive::getEntries -- rar_ ... rchive::getEntries (): array | false 手続き型: rar_list ( RarArchive $rarfile ): array | false エントリ (フ ... でオープンした RarArchive オブジェクト。 戻り値 rar_list() は RarEntry オブジェクトの配列を返します。 失敗し ... Could not open RAR archive." ); $rar_entries = rar_list ( $rar_arch ); if ( $rar_entries === FALSE ) die( ...
https://man.plustar.jp/php/rararchive.getentries.html - [similar]
Add a job server to the client 5476
« GearmanClient::addOptions GearmanClient::addServers » PHP Manual GearmanClient Add a job serve ... , int $port = 4730 ): bool Adds a job server to a list of servers that can be used to run a task. No sock ... /O happens here; the server is simply added to the list. パラメータ host ジョブサーバーのホスト名。 port ジ ... 003 ); ?> 参考 GearmanClient::addServers() - Add a list of job servers to the client 関連キーワード: job , ... server , Add , the , list , servers , addServer , host , addServers , ジョブ ...
https://man.plustar.jp/php/gearmanclient.addserver.html - [similar]
拡張属性の一覧を取得する 5396
« xattr_get xattr_remove » PHP Manual xattr 関数 拡張属性の一覧を取得する xattr_list (PECL xattr ... >= 0.9.0) xattr_list — 拡張属性の一覧を取得する 説明 xattr_list ( strin ... php $file = 'some_file' ; $root_attributes = xattr_list ( $file , XATTR_ROOT ); $user_attributes = xattr_l ...
https://man.plustar.jp/php/function.xattr-list.html - [similar]
foreach 5325
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を ... ) as $v ) { echo " $v \n" ; } ?> ネストした配列の list() による展開 (PHP 5 >= 5.5.0, PHP 7, PHP 8) 配列の ... 配列の反復処理を行うこともできます。 値として list() を渡すと、 ネストした配列をループ変数に展開できま ... y = [ [ 1 , 2 ], [ 3 , 4 ], ]; foreach ( $array as list( $a , $b )) { // $a にはネストした配列の最初の要素 ... 上の例の出力は以下となります。 A: 1; B: 2 A: 3; B: 4 list() で指定する要素数を、ネストした配列の要素数より少 ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT