検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 112 for Len (0.002 sec.)
DB2 データベースサーバーの情報をプロパティに保持するオブジェクトを返す 12919
« db2_rollback db2_set_option » PHP Manual IBM DB2 関数 DB2 データベースサーバーの情報をプロパテ ... ードをサポートしていない場合に false 。 MAX_COL_NAME_LEN int データベースサーバーがサポートするカラム名の最 ... 大バイト数。 MAX_IDENTIFIER_LEN int データベースサーバーがサポートする SQL 識別子の ... インデックスつきカラムの最大バイト数。 MAX_PROC_NAME_LEN int データベースサーバーがサポートするプロシージャ ... るベーステーブルの行の最大バイト数。 MAX_SCHEMA_NAME_LEN int データベースサーバーがサポートするスキーマ名の ...
https://man.plustar.jp/php/function.db2-server-info.html - [similar]
Get result of next query when executing multiple SQL statements 11705
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... d_field_type ( $req , $col_num - 1 ); $column_last_len = cubrid_field_len ( $req , $col_num - 1 ); $colum ... 15s\n" , "Column Names" , "Column Types" , "Column Len" ); printf ( "------------------------------------ ... ist ); for( $i = 0 ; $i < $size ; $i ++) { $column_len = cubrid_field_len ( $req , $i ); printf ( "%-30s ... ame_list [ $i ], $column_type_list [ $i ], $column_len ); } printf ( "\n\n" ); printf ( "%-30s %s\n" , "L ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
Get the maximum length of the specified field 9936
« cubrid_field_flags cubrid_field_name » PHP Manual CUBRID MySQL 互換関数 Get the maximum length ... of the specified field cubrid_field_len (PECL CUBRID >= 8.3.0) cubrid_field_len — Get the ... maximum length of the specified field 説明 cubrid_field_len ( ... ld_offset ): int This function returns the maximum length of the specified field on success, or it return ... of level E_WARNING is also issued. 戻り値 Maximum length, when process is successful. false on failure. ...
https://man.plustar.jp/php/function.cubrid-field-len.html - [similar]
オープンした blob から len バイト分のデータを取得する 9607
« ibase_blob_echo ibase_blob_import » PHP Manual Firebird/InterBase 関数 オープンした blob から ... 7 < 7.4.0) ibase_blob_get — オープンした blob から len バイト分のデータを取得する 説明 ibase_blob_get ( r ... esource $blob_handle , int $len ): string この関数は、 ibase_blob_open() によって読 ... み込み用に オープンした BLOB から最大 len バイトを返します。 注意 : ibase_blob_create() で書 ... e ibase_blob_open() でオープンした BLOB ハンドル。 len 返されるデータのサイズ。 戻り値 BLOB から最大 len ...
https://man.plustar.jp/php/function.ibase-blob-get.html - [similar]
指定したフィールドの長さを返す 9405
« mysql_field_flags mysql_field_name » PHP Manual MySQL 関数 指定したフィールドの長さを返す mysq ... l_field_len (PHP 4, PHP 5) mysql_field_len — 指定したフィールド ... て、これらが使えます。 mysqli_fetch_field_direct() [length] PDOStatement::getColumnMeta() [len] 説明 mysql ... _field_len ( resource $result , int $field_offset ): int | fa ... lse mysql_field_len() は指定したフィールドの長さを 返します。 パラメー ...
https://man.plustar.jp/php/function.mysql-field-len.html - [similar]
odbc_field_len のエイリアス 8924
« odbc_field_num odbc_field_scale » PHP Manual ODBC 関数 odbc_field_len のエイリアス odbc_field_ ... 5, PHP 7, PHP 8) odbc_field_precision — odbc_field_len() のエイリアス 説明 この関数は次の関数のエイリアス ... です。 odbc_field_len() . 参考 浮動小数点の精度を得るには odbc_field_sca ...
https://man.plustar.jp/php/function.odbc-field-precision.html - [similar]
SQL の集約関数として使用する PHP 関数を登録する 8254
« SQLite3::__construct SQLite3::createCollation » PHP Manual SQLite3 SQL の集約関数として使用する ... true 、失敗した場合に false を返します 例 例1 max_length 集約関数の例 <?php $data = array( 'one' , 'two' ... ert -> execute (); } $insert = null ; function max_len_step ( $context , $rownumber , $string ) { if ( st ... rlen ( $string ) > $context ) { $context = strlen ( $st ... ring ); } return $context ; } function max_len_finalize ( $context , $rownumber ) { return $conte ...
https://man.plustar.jp/php/sqlite3.createaggregate.html - [similar]
SQL 文で使用する集約ユーザー定義関数 (UDF) を登録する 8115
« PDO_SQLITE DSN PDO::sqliteCreateCollation » PHP Manual SQLite (PDO) SQL 文で使用する集約ユーザ ... 敗した場合に false を返します。 例 例1 集約関数 max_length の例 <?php $data = array( 'one' , 'two' , 'thre ... e (array( $str )); } $insert = null ; function max_len_step ( $context , $rownumber , $string ) { if ( st ... rlen ( $string ) > $context ) { $context = strlen ( $st ... ring ); } return $context ; } function max_len_finalize ( $context , $rownumber ) { return $conte ...
https://man.plustar.jp/php/pdo.sqlitecreateaggregate.html - [similar]
Reserves space in buffer 7976
« EventBuffer::enableLocking EventBuffer::freeze » PHP Manual EventBuffer Reserves space in buff ... e in buffer 説明 public EventBuffer::expand ( int $len ): bool Alters the last chunk of memory in the buf ... uch that the buffer is now large enough to contain len bytes without any further allocations. パラメータ ...
https://man.plustar.jp/php/eventbuffer.expand.html - [similar]
inotify インスタンスを初期化する 7648
« inotify_add_watch inotify_queue_len » PHP Manual Inotify 関数 inotify インスタンスを初期化する ... ベントがなければ false を返します // - inotify_queue_len() を使用して、イベントキューが空でないかどうかを調 ... べます $queue_len = inotify_queue_len ( $fd ); // If > 0, inotify_re ... 視を inotify インスタンスから削除する inotify_queue_len() - 待機中のイベントがある場合に正の数を返す inoti ...
https://man.plustar.jp/php/function.inotify-init.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT