検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 437 for size (0.110 sec.)
呼び出し元が、ファイルに割り当てられたディスク空間を直接操作できるようにする 3676
« eio_event_loop eio_fchmod » PHP Manual Eio 関数 呼び出し元が、ファイルに割り当てられたディスク ... 。 mode 現在サポートするフラグは EIO_FALLOC_FL_KEEP_SIZE (POSIX の定数 FALLOC_FL_KEEP_SIZE と同じ意味) だけ ...
https://man.plustar.jp/php/function.eio-fallocate.html - [similar]
アップロードされるファイルのためのスペースを確保する 3676
« FTP 関数 ftp_append » PHP Manual FTP 関数 アップロードされるファイルのためのスペースを確保する ... 確保する 説明 ftp_alloc ( FTP\Connection $ftp , int $size , string &$response = null ): bool ALLO コマンドを ... パラメータ ftp FTP\Connection クラスのインスタンス size 確保したいバイト数。 response response 変数が指定さ ... 'user@example.com' ); if ( ftp_alloc ( $ftp , filesize ( $file ), $result )) { echo "Space successfully a ...
https://man.plustar.jp/php/function.ftp-alloc.html - [similar]
ファイルに関する情報を取得する 3676
« set_file_buffer symlink » PHP Manual ファイルシステム 関数 ファイルに関する情報を取得する stat ... ows 環境、かつ PHP 7.4.0 より前の NTS ビルドでは、 size , atime , mtime , ctime の統計情報は、シンボリック ... (*) 6 rdev inode デバイス の場合、デバイスの種類 7 size バイト単位のサイズ 8 atime 最終アクセス時間 (Unix ... me 最終 inode 変更時間 (Unix タイムスタンプ) 11 blksize ファイル IO のブロックサイズ(**) 12 blocks 512 バイ ... 保数(**) * Windows では常に 0 となります。 ** st_blksize タイプをサポートするシステムでのみ有効です。 その他 ...
https://man.plustar.jp/php/function.stat.html - [similar]
実行時設定 3676
« テスト 定義済み定数 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動 ... TEM PECL OCI8 1.1 以降で利用可能 oci8.prefetch_lob_size "0" PHP_INI_ALL PECL OCI8 3.2 以降で利用可能 oci8. ... PECL OCI8 1.1 以降で利用可能 oci8.statement_cache_size "20" PHP_INI_SYSTEM PECL OCI8 1.1 以降で利用可能 以 ... oci_pconnect() を参照ください。 oci8.prefetch_lob_size int これは、LOB データの内部バッファに影響するチュ ... リティーのリスクになりえます。 oci8.statement_cache_size int このオプションはステートメントキャッシュを有効 ...
https://man.plustar.jp/php/oci8.configuration.html - [similar]
OCILob クラス 3651
« OCICollection::trim OCILob::append » PHP Manual OCI8 OCILob クラス OCILob クラス (PHP 5, PHP 7 ... ol public setBuffering ( bool $mode ): bool public size (): int | false public tell (): int | false public ... オブジェクト用のバッファリング状態を変更する OCILob::size — ラージオブジェクトのサイズを返す OCILob::tell — ...
https://man.plustar.jp/php/class.ocilob.html - [similar]
The SolrQuery class 3651
« SolrModifiableParams::__destruct SolrQuery::addExpandFilterQuery » PHP Manual Solr The SolrQue ... ield_override = ? ): string public getHighlightFragsize ( string $field_override = ? ): int public getHigh ... d_override = ? ): SolrQuery public setHighlightFragsize ( int $size , string $field_override = ? ): SolrQu ... or for highlighted text SolrQuery::getHighlightFragsize — Returns the number of characters of fragments to ... turns the deviation factor from the ideal fragment size SolrQuery::getHighlightRequireFieldMatch — Returns ...
https://man.plustar.jp/php/class.solrquery.html - [similar]
SplFixedArray クラス 3651
« SplPriorityQueue::valid SplFixedArray::__construct » PHP Manual データ構造 SplFixedArray クラス ... lizable { /* メソッド */ public __construct ( int $size = 0 ) public count (): int public current (): mixe ... ol $preserveKeys = true ): SplFixedArray public getSize (): int public key (): int public next (): void pu ... nt $index ): void public rewind (): void public setSize ( int $size ): bool public toArray (): array publi ... oo" // 配列のサイズを 10 に拡大します $array -> setSize ( 10 ); $array [ 9 ] = "asdf" ; // 配列のサイズを ...
https://man.plustar.jp/php/class.splfixedarray.html - [similar]
The Swoole\Mmap class 3651
« Swoole\Lock::unlock Swoole\Mmap::open » PHP Manual Swoole The Swoole\Mmap class The Swoole\Mma ... */ public static open ( string $filename , string $size = ? , string $offset = ? ): ReturnType } 目次 Swoo ...
https://man.plustar.jp/php/class.swoole-mmap.html - [similar]
Get result of next query when executing multiple SQL statements 3651
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... -------------------------------------------\n" ); $size = count ( $column_name_list ); for( $i = 0 ; $i < ... $size ; $i ++) { $column_len = cubrid_field_len ( $req , ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
GD2 イメージをブラウザまたはファイルに出力する 3651
« imagegammacorrect imagegd » PHP Manual GD および Image 関数 GD2 イメージをブラウザまたはファイ ... dImage $image , ? string $file = null , int $chunk_size = 128 , int $mode = IMG_GD2_RAW ): bool GD2 イメー ... りした場合は、画像ストリームを直接出力します。 chunk_size チャンクの大きさ。 mode IMG_GD2_RAW あるいは IMG_G ...
https://man.plustar.jp/php/function.imagegd2.html - [similar]