検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 511 for path (0.019 sec.)
ファイルの内容を全て文字列に読み込む 3999
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... et_contents ( string $filename , bool $use_include_path = false , ? resource $context = null , int $offset ... e データを読み込みたいファイルの名前。 use_include_path 注意 : 定数 FILE_USE_INCLUDE_PATH を使用して インク ... ている場合は不可能です。なぜなら、 FILE_USE_INCLUDE_PATH が int だからです。 true を代わりに使いましょう。 ... w.example.com/' ); echo $homepage ; ?> 例2 include_path の検索 <?php // 厳密な型検査が有効な場合。つまり、 ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
ファイル上のすべてのメタタグ情報を配列に展開する 3999
« get_headers http_build_query » PHP Manual URL 関数 ファイル上のすべてのメタタグ情報を配列に展開 ... t_meta_tags ( string $filename , bool $use_include_path = false ): array | false filename 内の各行をパース ... ead> <!-- ここでパースを終了します --> use_include_path use_include_path を true に指定すると、 include_pa ...
https://man.plustar.jp/php/function.get-meta-tags.html - [similar]
ファイルシステム上のファイルを tar/zip アーカイブに追加する 3999
« PharData::addEmptyDir PharData::addFromString » PHP Manual PharData ファイルシステム上のファイ ... ::addFile() の例 <?php try { $a = new PharData ( '/path/to/my.tar' ); $a -> addFile ( '/full/path/to/file' ... ); // 格納したファイルを確認します $b = $a [ 'full/path/to/file' ]-> getContent (); $a -> addFile ( '/full ... /path/to/file' , 'my/file.txt' ); $c = $a [ 'my/file.txt ...
https://man.plustar.jp/php/phardata.addfile.html - [similar]
tar/zip アーカイブ全体を Gzip あるいは Bzip2 で圧縮する 3999
« PharData::buildFromIterator PharData::compressFiles » PHP Manual PharData tar/zip アーカイブ全 ... rData::compress() の例 <?php $p = new PharData ( '/path/to/my.tar' ); $p [ 'myfile.txt' ] = 'hi' ; $p [ 'm ... = 'hi' ; $p1 = $p -> compress ( Phar :: GZ ); // /path/to/my.tar.gz にコピーします $p2 = $p -> compress ( ... Phar :: BZ2 ); // /path/to/my.tar.bz2 にコピーします $p3 = $p2 -> compress ... ( Phar :: NONE ); // 例外: /path/to/my.tar が既に存在します ?> 参考 Phar::compress( ...
https://man.plustar.jp/php/phardata.compress.html - [similar]
構築時の問題 3975
« インストール PHP の使いかた » PHP Manual FAQ 構築時の問題 構築時の問題 本節は、構築時に発生する ... うなメッセージが出る: fatal: relocation error: file /path/to/libphp4.so: symbol ap_block_alarms: referenced ... 所を指 定する必要があります。これは、 --with-apache=/path/to/apache を指定するのであった、 --with-apache=/pa ... うなメッセージが出る: fatal: relocation error: file /path/to/libphp4.so: symbol ap_block_alarms: referenced ... 準以外の場所で探すことが可能となります。 CPPFLAGS=-I/path/to/include LDFLAGS=-L/path/to/library ./configure ...
https://man.plustar.jp/php/faq.build.html - [similar]
インストール手順 3975
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この » PECL 拡 ... ールのDLL ( php_imagick.dll ) が既に含まれています。 PATH が通った場所に置く必要がある ImageMagick の DLL も ... ig/ImageMagick に置くか、環境変数 MAGICK_CONFIGURE_PATH で指定されたパスに置く必要があります。 詳細は » Im ... ストール , 手順 , 拡張 , モジュール , ダウンロード , PATH , 場所 , 情報 , imagick , 設定 ...
https://man.plustar.jp/php/imagick.installation.html - [similar]
インストール手順 3975
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 これらの関数を ... ient の設定によっては、これ以外に --with-imap-ssl=/path/to/openssl/ や --with-kerberos=/path/to/kerberos と ... せん。 関連キーワード: インストール , 手順 , 設定 , path , kerberos , 警告 , 場所 , 注意 , 拡張 , モジュール ...
https://man.plustar.jp/php/imap.installation.html - [similar]
ファイルシステム上のファイルを phar アーカイブに追加する 3975
« Phar::addEmptyDir Phar::addFromString » PHP Manual Phar ファイルシステム上のファイルを phar ア ... Phar::addFile() の例 <?php try { $a = new Phar ( '/path/to/phar.phar' ); $a -> addFile ( '/full/path/to/fi ... ); // 格納したファイルを確認します $b = $a [ 'full/path/to/file' ]-> getContent (); $a -> addFile ( '/full ... /path/to/file' , 'my/file.txt' ); $c = $a [ 'my/file.txt ...
https://man.plustar.jp/php/phar.addfile.html - [similar]
空のディレクトリを tar/zip アーカイブに追加する 3975
« PharData PharData::addFile » PHP Manual PharData 空のディレクトリを tar/zip アーカイブに追加す ... dEmptyDir() の例 <?php try { $a = new PharData ( '/path/to/my.tar' ); $a -> addEmptyDir ( '/full/path/to/f ... / できあがったファイルを確認します $b = $a [ 'full/path/to/file' ]-> isDir (); } catch ( Exception $e ) { ...
https://man.plustar.jp/php/phardata.addemptydir.html - [similar]
Send the HTTP request after setting the parameters. 3975
« Swoole\Http\Client::download Swoole\Http\Client::get » PHP Manual Swoole\Http\Client Send the ... 説明 public Swoole\Http\Client::execute ( string $path , string $callback ): void パラメータ path callbac ...
https://man.plustar.jp/php/swoole-http-client.execute.html - [similar]