検索

phrase: max: clip:
target: order:
Results of 401 - 410 of about 437 for size (0.031 sec.)
LDAP コントロール 3460
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で L ... 'oid' => LDAP_CONTROL_PAGEDRESULTS , 'value' => [ 'size' => 2 , 'cookie' => $cookie ]]] ); ldap_parse_resu ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]
FTP 関数 3460
« 基本的な使用法 ftp_alloc » PHP Manual FTP FTP 関数 FTP 関数 目次 ftp_alloc — アップロードされる ... する ftp_site — SITEコマンドをサーバーに送信する ftp_size — 指定したファイルのサイズを返す ftp_ssl_connect — ...
https://man.plustar.jp/php/ref.ftp.html - [similar]
ディレクトリハンドルからエントリを読み込む 3460
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... ata = unpack ( "a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8checksum/a1filetype/a100link/a100linked ... file" , $header ); // Trim the filename and filesize $filename = trim ( $data [ "filename" ]); // No fi ... { return false ; } $octal_bytes = trim ( $data [ "size" ]); // Filesize is defined in octects $bytes = oc ... tdec ( $octal_bytes ); // tar rounds up filesizes up to multiple of 512 bytes (zero filled) $rest = ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
3460
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipAr ... ntry_name ( $zip_entry ) . "\n" ; echo "Actual Filesize: " . zip_entry_filesize ( $zip_entry ) . "\n" ; ec ... ho "Compressed Size: " . zip_entry_compressedsize ( $zip_entry ) . "\n ... $buf = zip_entry_read ( $zip_entry , zip_entry_filesize ( $zip_entry )); echo " $buf \n" ; zip_entry_close ...
https://man.plustar.jp/php/zip.examples.html - [similar]
IBM DB2、Cloudscape および Apache Derby 3435
« ibase_wait_event はじめに » PHP Manual ベンダー固有のモジュール IBM DB2、Cloudscape および Apa ... の行あるいは要求された行に設定する db2_field_display_size — カラムを表示するために必要な最大のバイト数を返す ...
https://man.plustar.jp/php/book.ibm-db2.html - [similar]
The EventBufferEvent class 3435
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... ublic getOutput (): EventBuffer public read ( int $size ): string public readBuffer ( EventBuffer $buf ): ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
SplFileObject クラス 3435
« SplFileInfo::__toString SplFileObject::__construct » PHP Manual ファイル操作 SplFileObject クラ ... blic ftell (): int | false public ftruncate ( int $size ): bool public fwrite ( string $data , int $length ... RealPath (): string | false public SplFileInfo::getSize (): int | false public SplFileInfo::getType (): st ...
https://man.plustar.jp/php/class.splfileobject.html - [similar]
streamWrapper クラス 3435
« php_user_filter::onCreate streamWrapper::__construct » PHP Manual ストリーム streamWrapper クラ ... eam_tell (): int public stream_truncate ( int $new_size ): bool public stream_write ( string $data ): int ...
https://man.plustar.jp/php/class.streamwrapper.html - [similar]
定義済み定数 3435
« リソース型 例 » PHP Manual Eio 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... int ) eio_fallocate() のフラグ EIO_FALLOC_FL_KEEP_SIZE ( int ) 注意 : EIO_S_I* 定数の意味は、POSIX での S ...
https://man.plustar.jp/php/eio.constants.html - [similar]
XML 外部エンティティの例 3435
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... lspecialchars ( $data )); } else { printf ( '<font size="-1">%s</font>' , htmlspecialchars ( $data )); } } ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]