検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 1068 for file (0.043 sec.)
ファイルについての情報を返す 4196
« finfo_close finfo_open » PHP Manual Fileinfo 関数 ファイルについての情報を返す finfo_file finf ... o::file (PHP >= 5.3.0, PHP 7, PHP 8, PECL fileinfo >= 0.1. ... 0) finfo_file -- finfo::file — ファイルについての情報を返す 説明 ... 手続き型 finfo_file ( finfo $finfo , string $filename , int $flags = F ... ): string | false オブジェクト指向型 public finfo::file ( string $filename , int $flags = FILEINFO_NONE , ...
https://man.plustar.jp/php/function.finfo-file.html - [similar]
Get information from a RPM file 4196
« rpmdbsearch rpmvercmp » PHP Manual RpmInfo 関数 Get information from a RPM file rpminfo (PECL ... nfo >= 0.1.0) rpminfo — Get information from a RPM file 説明 rpminfo ( string $path , bool $full = false , ... or = ? ): array Retrieve information about a local file, a RPM package. パラメータ path Path of the RPM fi ... le. full If true all information headers for the file are retrieved, else only a minimal set. error If p ... ieved in query 関連キーワード: information , RPM , file , Get , from , rpminfo , retrieved , array , path ...
https://man.plustar.jp/php/function.rpminfo.html - [similar]
Write contents of the buffer to a file or socket 4178
« EventBuffer::unlock EventBufferEvent » PHP Manual EventBuffer Write contents of the buffer to ... a file or socket EventBuffer::write (PECL event >= 1.6.0) ... tBuffer::write — Write contents of the buffer to a file or socket 説明 public EventBuffer::write ( mixed $ ... wmuch = ? ): int Write contents of the buffer to a file descriptor. The buffer will be drained after the b ... . パラメータ fd Socket resource, stream or numeric file descriptor associated normally associated with a s ...
https://man.plustar.jp/php/eventbuffer.write.html - [similar]
POST メソッドによるアップロード 4178
« ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST ... きます。 注意 : 関係する設定に関する注記 php.ini の file_uploads , upload_max_filesize , upload_tmp_dir , p ... orm-data" action="__URL__" method="POST"> <!-- MAX_FILE_SIZE は、必ず "file" input フィールドより前になけれ ... ばなりません --> <input type="hidden" name="MAX_FILE_SIZE" value="30000" /> <!-- input 要素の name 属性 ... の値が、$_FILES 配列のキーになります --> このファイルをアップロー ...
https://man.plustar.jp/php/features.file-upload.post-method.html - [similar]
The EventDnsBase class 4154
« EventConfig::setMaxDispatchInterval EventDnsBase::addNameserverIp » PHP Manual Event The Event ... to resolve DNS asyncronously, parse configuration files like resolv.conf etc. クラス概要 final class Even ... const int OPTION_MISC = 4 ; const int OPTION_HOSTSFILE = 8 ; const int OPTIONS_ALL = 15 ; /* メソッド */ ... bool public parseResolvConf ( int $flags , string $filename ): bool public setOption ( string $option , st ... the domain and search fields from the resolv.conf file and the ndots option, and use them to decide which ...
https://man.plustar.jp/php/class.eventdnsbase.html - [similar]
XML 外部エンティティの例 4154
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... xml ) にあります。 例1 外部エンティティの例 <?php $file = "xmltest.xml" ; function trustedFile ( $file ) { ... (! preg_match ( "@^([a-z][a-z0-9+.-]*)\:\/\/@i" , $file ) && fileowner ( $file ) == getmyuid ()) { return ... tolower ( $target )) { case "php" : global $parser_file ; // もし「信頼できる」ドキュメントだった場合、その ... するかわりにコードそのものを表示します。 if ( trustedFile ( $parser_file [ $parser ])) { eval( $data ); } el ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
Create a glo instance 4154
« cubrid_load_from_glo cubrid_save_to_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Create ... ce $conn_identifier , string $class_name , string $file_name ): string The cubrid_new_glo() function is us ... The glo created is a LO type, and is stored in the file_name file. パラメータ conn_identifier Connection i ... ame of the class that you want to create a glo in. file_name The file name that you want to save in the ne ... ID 3.1. 参考 cubrid_save_to_glo() - Save requested file in a GLO instance cubrid_load_from_glo() - Read da ...
https://man.plustar.jp/php/function.cubrid-new-glo.html - [similar]
RRD 関数 4154
« OOP PECL/rrd example rrd_create » PHP Manual RRD RRD 関数 RRD 関数 目次 rrd_create — Creates r ... rd database file rrd_error — Gets latest error message rrd_fetch — ... — Gets the timestamp of the first sample from rrd file rrd_graph — Creates image from a data rrd_info — G ... ets information about rrd file rrd_last — Gets unix timestamp of the last sample ... t last updated data rrd_restore — Restores the RRD file from XML dump rrd_tune — Tunes some RRD database f ...
https://man.plustar.jp/php/ref.rrd.html - [similar]
現在の DirectoryIterator アイテムのタイプを判定する 4136
« DirectoryIterator::getSize DirectoryIterator::isDir » PHP Manual DirectoryIterator 現在の Dire ... oryIterator アイテムのファイルタイプを判定します。 file 、 link あるいは dir のいずれかとなります。 パラメ ... りません。 戻り値 ファイルタイプを文字列で返します。 file 、 link あるいは dir のいずれかとなります。 例 例1 ... hp $iterator = new DirectoryIterator ( dirname ( __FILE__ )); foreach ( $iterator as $fileinfo ) { echo $f ... ileinfo -> getFilename () . " " . $fileinfo -> getType () . "\n" ; } ...
https://man.plustar.jp/php/directoryiterator.gettype.html - [similar]
アップロードされたファイルを新しい位置に移動する 4136
« mkdir parse_ini_file » PHP Manual ファイルシステム 関数 アップロードされたファイルを新しい位置 ... に移動する move_uploaded_file (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) move_uploade ... d_file — アップロードされたファイルを新しい位置に移動する ... 説明 move_uploaded_file ( string $from , string $to ): bool この関数は、 f ... ファイルでない場合、 処理は行われず、 move_uploaded_file() は false を返します。 from が有効なアップロードフ ...
https://man.plustar.jp/php/function.move-uploaded-file.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT