検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 116 for files (0.003 sec.)
get_included_files のエイリアス 11688
« get_magic_quotes_runtime get_resources » PHP Manual PHP オプション/情報 関数 get_included_files ... s のエイリアス get_required_files (PHP 4, PHP 5, PHP 7, PHP 8) get_required_files... get_included_files() のエイリアス 説明 この関数は次の関数のエイリアス ... です。 get_included_files() . 関連キーワード: files , included , 関数 , requ ...
https://man.plustar.jp/php/function.get-required-files.html - [similar]
複数ファイルのアップロード 11450
« 陥りやすい落とし穴 PUT メソッドのサポート » PHP Manual ファイルアップロードの処理 複数ファイル ... d="post" enctype="multipart/form-data"> Send these files:<br /> <input name="userfile[]" type="file" /><br ... e="file" /><br /> <input type="submit" value="Send files" /> </form> 上記のフォームで投稿された場合、配列 $ ... _FILES['userfile'] , $_FILES['userfile']['name'] , $_FILE ... のファイルが 投稿されたとしましょう。この場合、 $_FILES['userfile']['name'][0] の値が review.html となり、 ...
https://man.plustar.jp/php/features.file-upload.multiple.html - [similar]
include または require で読み込まれたファイルの名前を配列として返す 10862
« get_include_path get_loaded_extensions » PHP Manual PHP オプション/情報 関数 include または re ... 込まれたファイルの名前を配列として返す get_included_files (PHP 4, PHP 5, PHP 7, PHP 8) get_included_files... れたファイルの名前を配列として返す 説明 get_included_files (): array この関数は、 include 、 include_once 、 ... 配列には一度しかあらわれません。 例 例1 get_included_files() の例 <?php // このファイルは abc.php です includ ... 'test3.php' ; require_once 'test4.php' ; $included_files = get_included_files (); foreach ( $included_files ...
https://man.plustar.jp/php/function.get-included-files.html - [similar]
POST メソッドによるアップロード 10799
« ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST ... 定に関する注記 php.ini の file_uploads , upload_max_filesize , upload_tmp_dir , post_max_size , max_input_ti ... ue="30000" /> <!-- input 要素の name 属性の値が、$_FILES 配列のキーになります --> このファイルをアップロード ... ァイルのアップロードは動作しません。 グローバルの $_FILES には、アップロードされたファイルの情報が含まれます ... ださい。 実際にはどんな名前にすることもできます。 $_FILES['userfile']['name'] クライアントマシンの元のファイ ...
https://man.plustar.jp/php/features.file-upload.post-method.html - [similar]
追加の ini ディレクトリにある .ini ファイルのリストを取得する 9784
« php_ini_loaded_file php_sapi_name » PHP Manual PHP オプション/情報 関数 追加の ini ディレクトリ ... ある .ini ファイルのリストを取得する php_ini_scanned_files (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) php_ini_scan ... ned_files — 追加の ini ディレクトリにある .ini ファイルのリス ... トを取得する 説明 php_ini_scanned_files (): string | false php_ini_scanned_files() は、 ph ... す。 このエラーはコンパイルの時と、 php_ini_scanned_files() 関数を使用したときの両方で発生します。 例 例1 返 ...
https://man.plustar.jp/php/function.php-ini-scanned-files.html - [similar]
Diff two XML files 9784
« XMLDiff\File XMLDiff\File::merge » PHP Manual XMLDiff\File Diff two XML files XMLDiff\File::di ... mldiff >= 0.8.0) XMLDiff\File::diff — Diff two XML files 説明 public XMLDiff\File::diff ( string $from , st ... ring $to ): string Diff two local XML files and produce string with the diff information. パラ ... e diff information or NULL. 関連キーワード: Diff , files , XMLDiff , File , string , document , from , info ...
https://man.plustar.jp/php/xmldiff-file.diff.html - [similar]
HTTP POST でアップロードされたファイルかどうかを調べる 9308
« is_readable is_writable » PHP Manual ファイルシステム 関数 HTTP POST でアップロードされたファイ ... 切に動作させるために、関数 is_uploaded_file() には $_FILES['userfile']['tmp_name'] のような引数が必要です。 ア ... ロードされたファイルのクライアントマシン上での名前 $_FILES['userfile']['name'] では動作しません。 パラメータ ... loaded_file() の例 <?php if ( is_uploaded_file ( $_FILES [ 'userfile' ][ 'tmp_name' ])) { echo "ファイル " ... . $_FILES [ 'userfile' ][ 'name' ] . " のアップロードに成功し ...
https://man.plustar.jp/php/function.is-uploaded-file.html - [similar]
はじめに 8243
« Yaconf インストール/設定 » PHP Manual Yaconf はじめに はじめに Yet Another Configurations Cont ... onf ) is a configurations container, it parses INI files, and store the result in PHP when PHP is started, ... supports sections and sections inheritance in INI files. if PHP is built as non-ZTS build, Yaconf also sup ... ports automatically reloading after INI files are changed. Yaconf requires PHP 7.0 or greater. 例 ... onf , key , SectionA , configurations , sections , files , use , example , array ...
https://man.plustar.jp/php/intro.yaconf.html - [similar]
インストール手順 8068
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHP の OpenSS ... cal\ssl\openssl.cnf (x64の場合), または C:\Program Files (x86)\Common Files\SSL\openssl.cnf (x86の場合), PH ... 定ファイルのパスが C:\usr\local\ssl から C:\Program Files\Common Files\SSL と C:\Program Files (x86)\Common ... 更されました。 関連キーワード: インストール , 手順 , Files , 設定 , パス , ディレクトリ , 場所 , PATH , 注意 ...
https://man.plustar.jp/php/openssl.installation.html - [similar]
Imagick のコンストラクタ 7529
« Imagick::compositeImage Imagick::contrastImage » PHP Manual Imagick Imagick のコンストラクタ I ... ストラクタ 説明 public Imagick::__construct ( mixed $files = ? ) 指定した画像あるいは画像群用に Imagick のイン ... スタンスを作ります。 パラメータ files 読み込みたい画像へのパス、あるいは複数のパスの配列 ... ード: Imagick , パス , construct , 画像 , imagick , files , エラー , ImagickException , 例外 , 配列 ...
https://man.plustar.jp/php/imagick.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT