検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 362 for list (0.007 sec.)
基本的な使い方 4695
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガ ... PostgreSQL connection binds database. function pg_list_dbs ( $db ) { assert ( is_resource ( $db )); $quer ... , $query ); } // テーブルを一覧にする function pg_list_tables ( $db ) { assert ( is_resource ( $db )); $q ... ださい。フィールド定義を配列で返します。 function pg_list_fields ( $db , $table ) { assert ( is_resource ( $ ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
The __construct purpose 4695
« Yaf_Route_Map::assemble Yaf_Route_Map::route » PHP Manual Yaf_Route_Map The __construct purpos ... 以下のようになります。 /* http://yourdomain.com/user/list/_/foo/22 * の場合はこのような結果になります */ arr ... ay( "action" => "user_list", ) /** * リクエストパラメータは、このようになりま ... , construct , Map , purpose , array , controller , list , user , bar ...
https://man.plustar.jp/php/yaf-route-map.construct.html - [similar]
xattr 4660
« inotify_rm_watch はじめに » PHP Manual ファイルシステム xattr xattr はじめに インストール/設定 ... 定数 xattr 関数 xattr_get — 拡張属性を取得する xattr_list — 拡張属性の一覧を取得する xattr_remove — 拡張属性 ... インストール , 取得 , supported , 削除 , remove , list ...
https://man.plustar.jp/php/book.xattr.html - [similar]
The CommonMark\CQL class 4660
« CommonMark\Parser::finish CommonMark\CQL::__construct » PHP Manual CommonMark The CommonMark\C ... cuting those instructions. Paths: In it's most simplistic form, a CQL query combines the following paths a ... es are recognized (case insensitively): BlockQuote List Item CodeBlock HtmlBlock CustomBlock Paragraph Hea ... used as a union, for example /children(BlockQuote|List) will travel to the children of a node where the t ... ype is BlockQuote or List . Types, or unions of types, may be also negated. ...
https://man.plustar.jp/php/class.commonmark-cql.html - [similar]
Dynamically changes the code of the given method 4660
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... lass_name , string $method_name , string $argument_list , string $code , int $flags = RUNKIT7_ACC_PUBLIC , ... d_name The name of the method to redefine argument_list Comma-delimited list of arguments for the redefine ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
使われているルート名を取得する 4624
« Yaf_Router::__construct Yaf_Router::getRoute » PHP Manual Yaf_Router 使われているルート名を取得 ... $rewrite_route = new Yaf_Route_Rewrite ( "/product/list/:page" , array( "controller" => "product" , "actio ... n" => "list" , ) ); $regex_route = new Yaf_Route_Rewrite ( "#^ ... のようになります。 /* http://yourdomain.com/product/list/1 * の場合の DummyPlugin の出力 */ string(7) "rewr ...
https://man.plustar.jp/php/yaf-router.getcurrentroute.html - [similar]
出力バッファをフラッシュし、その内容を文字列として返した後で出力バッファリングを... 4589
« ob_get_contents ob_get_length » PHP Manual 出力制御 関数 出力バッファをフラッシュし、その内容を ... p // 出力バッファリングを On にします print_r ( ob_list_handlers ()); // バッファをファイルに保存します $b ... _contents ( 'buffer.txt' , $buffer ); print_r ( ob_list_handlers ()); ?> 上の例の出力は以下となります。 Ar ... ッシュ(送信)し、出力のバッファリングをオフにする ob_list_handlers() - 使用中の出力ハンドラの一覧を取得する ...
https://man.plustar.jp/php/function.ob-get-flush.html - [similar]
指定したスキーマ情報を取得する 4589
« PDO_CUBRID DSN MS SQL Server (PDO) » PHP Manual CUBRID (PDO) 指定したスキーマ情報を取得する PD ... ーブルの主キーと外部キーを取得する例です。 <?php $pk_list = $dbh -> cubrid_schema ( PDO :: CUBRID_SCH_PRIMAR ... Y_KEY , "game" ); print_r ( $pk_list ); $fk_list = $dbh -> cubrid_schema ( PDO :: CUBRI ... D_SCH_IMPORTED_KEYS , "game" ); print_r ( $fk_list ); ?> 上の例の出力は以下となります。 Result: Array ...
https://man.plustar.jp/php/pdo.cubrid-schema.html - [similar]
リソース型 4589
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 この拡張モジュール ... が返すアーカイブをあらわすクラス RarArchive 、 rar_list() や rar_entry_get() が返すエントリをあらわすクラス ... ソース , クラス , 設定 , 登録 , 拡張 , モジュール , list , ストリーム , RarException , 例外 ...
https://man.plustar.jp/php/rar.resources.html - [similar]
指定したディレクトリの詳細なファイル一覧を返す 4544
« ftp_raw ftp_rename » PHP Manual FTP 関数 指定したディレクトリの詳細なファイル一覧を返す ftp_ra ... wlist (PHP 4, PHP 5, PHP 7, PHP 8) ftp_rawlist — 指定した ... ディレクトリの詳細なファイル一覧を返す 説明 ftp_rawlist ( FTP\Connection $ftp , string $directory , bool $ ... recursive = false ): array | false ftp_rawlist() は、FTP LIST コマンドを実行し、結果を配列として返 ... クラスのインスタンス directory ディレクトリのパス。 LIST コマンドの引数を含むこともあります。 recursive tru ...
https://man.plustar.jp/php/function.ftp-rawlist.html - [similar]