検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 112 for Len (0.053 sec.)
Get column types in result 7028
« cubrid_column_names cubrid_commit » PHP Manual CUBRID 関数 Get column types in result cubrid_c ... \n" , "Column Names" , "Column Types" , "Column Maxlen" ); for( $i = 0 , $size = count ( $column_names ); ... $i < $size ; $i ++) { $column_len = cubrid_field_len ( $result , $i ); printf ( "%-3 ... column_names [ $i ], $column_types [ $i ], $column_len ); } cubrid_disconnect ( $conn ); ?> 上の例の出力は ... 以下となります。 Column Names Column Types Column Maxlen host_year integer 11 event_code integer 11 athlete ...
https://man.plustar.jp/php/function.cubrid-column-types.html - [similar]
結果において指定したフィールドの型を取得する 7028
« mysql_field_table mysql_free_result » PHP Manual MySQL 関数 結果において指定したフィールドの型 ... $i ); $name = mysql_field_name ( $result , $i ); $len = mysql_field_len ( $result , $i ); $flags = mysql ... $result , $i ); echo $type . " " . $name . " " . $len . " " . $flags . "\n" ; } mysql_free_result ( $res ... t_null string dl 128 not_null string type 9 not_null enum 注意 注意 : 下位互換のために、次の非推奨別名を使 ... 果において指定したフィールド名を取得する mysql_field_len() - 指定したフィールドの長さを返す 関連キーワード: ...
https://man.plustar.jp/php/function.mysql-field-type.html - [similar]
6965
« リソース型 V8Js » PHP Manual V8js 例 例 基本的な使用例 例1 基本的な Javascript の実行 <?php $v ... 8 = new V8Js (); /* basic.js */ $JS = <<< EOT len = print('Hello' + ' ' + 'World!' + "\\n"); len; EO ...
https://man.plustar.jp/php/v8js.examples.html - [similar]
結果エントリから全てのバイナリ値を得る 6902
« ldap_get_option ldap_get_values » PHP Manual LDAP 関数 結果エントリから全てのバイナリ値を得る ... ldap_get_values_len (PHP 4, PHP 5, PHP 7, PHP 8) ldap_get_values_len... トリから全てのバイナリ値を得る 説明 ldap_get_values_len ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ...
https://man.plustar.jp/php/function.ldap-get-values-len.html - [similar]
結果ポインタにおける現在のフィールドオフセットを取得する 6902
« mysqli_result::__construct mysqli_result::data_seek » PHP Manual mysqli_result 結果ポインタにお ... "Table: %s\n" , $finfo -> table ); printf ( "max. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: ... "Table: %s\n" , $finfo -> table ); printf ( "max. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: ... なります。 Column 1: Name: Name Table: Country max. Len: 11 Flags: 1 Type: 254 Column 2: Name: SurfaceArea ... Table: Country max. Len: 10 Flags: 32769 Type: 4 参考 mysqli_fetch_field() ...
https://man.plustar.jp/php/mysqli-result.current-field.html - [similar]
Removes specified number of bytes from the front of the buffer without copying i... 6763
« EventBuffer::copyout EventBuffer::enableLocking » PHP Manual EventBuffer Removes specified num ... it anywhere 説明 public EventBuffer::drain ( int $len ): bool Behaves as EventBuffer::read() , except th ... emoves it from the front of the buffer. パラメータ len The number of bytes to remove from the buffer. 戻り ...
https://man.plustar.jp/php/eventbuffer.drain.html - [similar]
テーブルからメタデータを取得する 6763
« pg_lo_write pg_num_fields » PHP Manual PostgreSQL 関数 テーブルからメタデータを取得する pg_met ... ["num"]=> int(1) ["type"]=> string(7) "varchar" ["len"]=> int(-1) ["not null"]=> bool(false) ["has defau ... ) { ["num"]=> int(2) ["type"]=> string(4) "int2" ["len"]=> int(2) ["not null"]=> bool(false) ["has defaul ... ["num"]=> int(3) ["type"]=> string(7) "varchar" ["len"]=> int(-1) ["not null"]=> bool(false) ["has defau ...
https://man.plustar.jp/php/function.pg-meta-data.html - [similar]
Read from BLOB/CLOB data 6699
« cubrid_lob2_new cubrid_lob2_seek64 » PHP Manual CUBRID 関数 Read from BLOB/CLOB data cubrid_lo ... cubrid_lob2_read ( resource $lob_identifier , int $len ): string The cubrid_lob2_read() function reads le ... t of cubrid_lob2_new() or get from the result set. len Length from buffer you want to read from the lob d ...
https://man.plustar.jp/php/function.cubrid-lob2-read.html - [similar]
Unsets a previously set return value for a function 6699
« uopz_unset_mock WinCache » PHP Manual Uopz 関数 Unsets a previously set return value for a fun ... unset_return() example <?php uopz_set_return ( "strlen" , 42 ); $len = strlen ( "Banana" ); uopz_unset_re ... turn ( "strlen" ); echo $len + strlen ( "Banana" ); ?> 上の例の出 ...
https://man.plustar.jp/php/function.uopz-unset-return.html - [similar]
結果セットの次のフィールドを返す 6699
« mysqli_result::fetch_field_direct mysqli_result::fetch_fields » PHP Manual mysqli_result 結果セ ... データベース名 catalog カタログ名。常に "def"。 max_length 結果セットにおけるフィールドの最大幅。 length テ ... "Table: %s\n" , $finfo -> table ); printf ( "max. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: ... "Table: %s\n" , $finfo -> table ); printf ( "max. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: ... 力は以下となります。 Name: Name Table: Country max. Len: 11 Flags: 1 Type: 254 Name: SurfaceArea Table: Co ...
https://man.plustar.jp/php/mysqli-result.fetch-field.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT