検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 112 for Len (0.002 sec.)
テキストを現在の位置に出力する 7648
« ps_show_xy ps_show » PHP Manual PS 関数 テキストを現在の位置に出力する ps_show2 (PECL ps >= 1. ... 明 ps_show2 ( resource $psdoc , string $text , int $len ): bool テキストを現在の位置に出力します。最大 len ... t ファイルの ID リソース。 text 出力するテキスト。 len 表示する最大文字数。 戻り値 成功した場合に true を ...
https://man.plustar.jp/php/function.ps-show2.html - [similar]
フィールドの長さ (精度) を得る 7508
« odbc_fetch_row odbc_field_name » PHP Manual ODBC 関数 フィールドの長さ (精度) を得る odbc_fiel ... d_len (PHP 4, PHP 5, PHP 7, PHP 8) odbc_field_len — フィ ... ールドの長さ (精度) を得る 説明 odbc_field_len ( resource $statement , int $field ): int | false ...
https://man.plustar.jp/php/function.odbc-field-len.html - [similar]
定義済み定数 7508
« リソース型 Yac » PHP Manual Yac 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... み使用可能です。 YAC_VERSION ( string ) YAC_MAX_KEY_LEN ( int ) Max length of a key could be, it is 48 byt ... es. YAC_MAX_VALUE_RAW_LEN ( int ) YAC_MAX_RAW_COMPRESSED_LEN ( int ) YAC_SER ...
https://man.plustar.jp/php/yac.constants.html - [similar]
mysqlndプラグインの開発をはじめよう 7445
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの ... **fn_proxy, char *function_name, int function_name_len, zval **retval_ptr_ptr, int param_count, zval* arg ... r * user, const char * passwd, unsigned int passwd_len, const char * db, unsigned int db_len, unsigned in ... g_methods.connect(conn, host, user, passwd, passwd_len, db, db_len, port, socket, mysql_flags TSRMLS_CC); ... mysqlnd_rsrc; MYSQLND* conn; char* host; int host_len; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_ ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
ファイル記述子からバイトデータを読み込む 7369
« dio_open dio_seek » PHP Manual ダイレクト IO 関数 ファイル記述子からバイトデータを読み込む dio ... データを読み込む 説明 dio_read ( resource $fd , int $len = 1024 ): string 関数 dio_read() は 記述子 fd で示 ... されるファイルから len バイトを読み込み、それを返します。 パラメータ fd d ... io_open() が返すファイル記述子。 len 読み込むバイト数。指定されなかった場合は dio_read( ...
https://man.plustar.jp/php/function.dio-read.html - [similar]
これまでに読み取ったバイト数を得る 7369
« inflate_add inflate_get_status » PHP Manual Zlib 関数 これまでに読み取ったバイト数を得る infla ... te_get_read_len (PHP 7 >= 7.2.0, PHP 8) inflate_get_read_len — これ ... までに読み取ったバイト数を得る 説明 inflate_get_read_len ( InflateContext $context ): int 警告 この関数は、 ...
https://man.plustar.jp/php/function.inflate-get-read-len.html - [similar]
オプションで丸め長さを指定してデータを書き込む 7306
« dio_truncate ディレクトリ » PHP Manual ダイレクト IO 関数 オプションで丸め長さを指定してデータ ... 説明 dio_write ( resource $fd , string $data , int $len = 0 ): int dio_write() は、 data から最大 len バイ ... pen() が返すファイル記述子。 data 書き込むデータ。 len 書き込むデータのバイト長。指定しなかった場合は、デ ...
https://man.plustar.jp/php/function.dio-write.html - [similar]
結果セットのフィールド情報をオブジェクトの配列で返す 7306
« mysqli_result::fetch_field mysqli_result::fetch_object » PHP Manual mysqli_result 結果セットの ... リアスが指定されている場合の、本来のテーブル名。 max_length 結果セットにおけるフィールドの最大幅。 length テ ... ( "Table: %s\n" , $val -> table ); printf ( "Max. Len: %d\n" , $val -> max_length ); printf ( "Length: % ... d\n" , $val -> length ); printf ( "charsetnr: %d\n" , $val -> charset ... ( "Table: %s\n" , $val -> table ); printf ( "Max. Len: %d\n" , $val -> max_length ); printf ( "Length: % ...
https://man.plustar.jp/php/mysqli-result.fetch-fields.html - [similar]
待機中のイベントがある場合に正の数を返す 7167
« inotify_init inotify_read » PHP Manual Inotify 関数 待機中のイベントがある場合に正の数を返す i ... notify_queue_len (PECL inotify >= 0.1.2) inotify_queue_len — 待機中 ... イベントがある場合に正の数を返す 説明 inotify_queue_len ( resource $inotify_instance ): int この関数で、 i ...
https://man.plustar.jp/php/function.inotify-queue-len.html - [similar]
Get the column names in result 7028
« cubrid_col_size cubrid_column_types » PHP Manual CUBRID 関数 Get the column names in result cu ... \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-names.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT