検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 385 for flags (0.056 sec.)
Adds non-existent function or method 5128
« Uopz 関数 uopz_allow_exit » PHP Manual Uopz 関数 Adds non-existent function or method uopz_add ... tion ( string $function , Closure $handler , int &$flags = ZEND_ACC_PUBLIC ): bool uopz_add_function ( stri ... lass , string $function , Closure $handler , int &$flags = ZEND_ACC_PUBLIC , int &$all = true ): bool Adds ... e Closure that defines the new function or method. flags Flags to set for the new function or method. all W ...
https://man.plustar.jp/php/function.uopz-add-function.html - [similar]
結果セットの次のフィールドを返す 5128
« mysqli_result::fetch_field_direct mysqli_result::fetch_fields » PHP Manual mysqli_result 結果セ ... ィールド幅。 charsetnr フィールドの文字セット番号。 flags フィールドのビットフラグを整数型で表す。 type フィ ... ax. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: %d\n" , $finfo -> flags ); printf ( "Type: %d\n\n ... ax. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: %d\n" , $finfo -> flags ); printf ( "Type: %d\n\n ... となります。 Name: Name Table: Country max. Len: 11 Flags: 1 Type: 254 Name: SurfaceArea Table: Country max. ...
https://man.plustar.jp/php/mysqli-result.fetch-field.html - [similar]
The MongoDB\BSON\Regex class 5093
« MongoDB\BSON\ObjectId::unserialize MongoDB\BSON\Regex::__construct » PHP Manual MongoDB\BSON T ... pe for a regular expression pattern and optional » flags . 注意 : This BSON type is mainly used when queryi ... nal public __construct ( string $pattern , string $flags = "" ) final public getFlags (): string final publ ... uct — Construct a new Regex MongoDB\BSON\Regex::getFlags — Returns the Regex's flags MongoDB\BSON\Regex::ge ... Regex , BSON , final , string , public , Returns , flags , construct , Implements , pattern ...
https://man.plustar.jp/php/class.mongodb-bson-regex.html - [similar]
定義済み定数 5093
« リソース型 例 » PHP Manual CUBRID 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... pare() and cubrid_execute() . CUBRID SQL execution flags Constant Description CUBRID_INCLUDE_OID Determine ... id_fetch() and cubrid_fetch_array() . CUBRID fetch flags Constant Description CUBRID_NUM Get query result a ... d by cubrid_move_cursor() . CUBRID cursor position flags Constant Description CUBRID_CURSOR_FIRST Move curr ... cubrid_get_autocommit() . CUBRID auto-commit mode flags Constant Description CUBRID_AUTOCOMMIT_TRUE Enable ...
https://man.plustar.jp/php/cubrid.constants.html - [similar]
Detects whether event is pending or scheduled 5093
« Event::getSupportedMethods Event::set » PHP Manual Event Detects whether event is pending or s ... ing or scheduled 説明 public Event::pending ( int $flags ): bool Detects whether event is pending or schedu ... led パラメータ flags One of, or a composition of the following constant ... ent , scheduled , Detects , whether , Event , or , flags , getSupportedMethods , public ...
https://man.plustar.jp/php/event.pending.html - [similar]
Get result of next query when executing multiple SQL statements 5093
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... ubrid_field_len ( $req , $col_num - 1 ); $column_1_flags = cubrid_field_flags ( $req , 1 ); printf ( "%-30s ... last_len ); printf ( "%-30s %s\n" , "Second Column Flags:" , $column_1_flags ); printf ( "\n\n" ); } ?> 上の ... umn Type: varchar Last Column Len: 6 Second Column Flags: ------------ get_result_info -------------------- ... umn Type: varchar Last Column Len: 5 Second Column Flags: not_null primary_key unique_key 参考 cubrid_execu ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
C ライブラリの入出力ストリーム関数が許すよりも低レベルでファイルをオープンする (... 5093
« dio_fcntl dio_read » PHP Manual ダイレクト IO 関数 C ライブラリの入出力ストリーム関数が許すより ... を作成する) 説明 dio_open ( string $filename , int $flags , int $mode = 0 ): resource dio_open() は、ファイル ... 。 パラメータ filename オープンするファイルのパス。 flags flags パラメータには、 以下のフラグの組み合わせを指 ... ロセスが自動的に制御端末としないようにします。 mode flags が O_CREAT を含む場合に、 mode でファイルのモード ... (作成許可) を指定します。 O_CREAT が flags に指定されている場合には mode が必須となり、それ以 ...
https://man.plustar.jp/php/function.dio-open.html - [similar]
リフレッシュする 5093
« mysqli::reap_async_query mysqli::release_savepoint » PHP Manual mysqli リフレッシュする mysqli ... 明 オブジェクト指向型 public mysqli::refresh ( int $flags ): bool 手続き型 mysqli_refresh ( mysqli $mysql , ... int $flags ): bool テーブルやキャッシュのフラッシュ、あるいは ... あるいは mysqli_init() が返す mysqli オブジェクト。 flags リフレッシュのオプションを定数 MYSQLI_REFRESH_* で ... 関連キーワード: mysqli , リフレッシュ , refresh , flags , 定数 , 参照 , ドキュメント , 手続き , int , Refr ...
https://man.plustar.jp/php/mysqli.refresh.html - [similar]
実行時設定 5093
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 履歴 v8js.max_disposed_contexts 25 PHP_INI_ALL v8js.flags PHP_INI_ALL 以下に設定ディレクティブに関する 簡単な ... ジコレクションをさせるまでの制限を設定します。 v8js.flags string V8 のコマンドラインフラグを設定します。利用 ... を設定すれば取得できます。 $ php -r 'ini_set("v8js.flags", "--help"); new V8Js;' | less 注意 : 実行時にこれ ... ばなりません! 関連キーワード: 設定 , 実行 , フラグ , flags , ALL , contexts , disposed , max , Js , インストー ...
https://man.plustar.jp/php/v8js.configuration.html - [similar]
振る舞いのフラグを取得する 5049
« ArrayObject::getArrayCopy ArrayObject::getIterator » PHP Manual ArrayObject 振る舞いのフラグを ... 取得する ArrayObject::getFlags (PHP 5 >= 5.1.0, PHP 7, PHP 8) ArrayObject::getFla ... る舞いのフラグを取得する 説明 public ArrayObject::getFlags (): int ArrayObject の振る舞いのフラグを取得します ... 。 利用可能なフラグの一覧は、 ArrayObject::setFlags メソッドを参照ください。 パラメータ この関数にはパ ... 振る舞いのフラグを返します。 例 例1 ArrayObject::getFlags() の例 <?php // フルーツの配列 $fruits = array( "l ...
https://man.plustar.jp/php/arrayobject.getflags.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT