検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 223 for include (0.020 sec.)
外部ファイルを生の PostScript コードとして読み込む 6268
« ps_hyphenate ps_lineto » PHP Manual PS 関数 外部ファイルを生の PostScript コードとして読み込む ... ps_include_file (PECL ps >= 1.3.4) ps_include_file — 外部ファ ... イルを生の PostScript コードとして読み込む 説明 ps_include_file ( resource $psdoc , string $file ): bool 警告 ... 関連キーワード: 外部 , コード , ファイル , file , include , 関数 , psdoc , 記述 , 成功 , リソース ...
https://man.plustar.jp/php/function.ps-include-file.html - [similar]
ファイルを出力する 6195
« popen readlink » PHP Manual ファイルシステム 関数 ファイルを出力する readfile (PHP 4, PHP 5, P ... 力する 説明 readfile ( string $filename , bool $use_include_path = false , ? resource $context = null ): int | ... メータ filename 読み込もうとするファイルの名前。 use_include_path オプションの2番目の引数を使用して、これに tru ... e を設定することにより、 include_path のファイルの検索も行うことができます。 contex ... 格納する fopen() - ファイルまたは URL をオープンする include - include require - require virtual() - Apache サブ ...
https://man.plustar.jp/php/function.readfile.html - [similar]
制御構造 6154
« 型演算子 はじめに » PHP Manual 言語リファレンス 制御構造 制御構造 目次 はじめに if else elseif ... break continue switch match declare return require include require_once include_once goto 関連キーワード: els ... e , while , include , once , 言語 , リファレンス , elseif , 構文 , for ...
https://man.plustar.jp/php/language.control-structures.html - [similar]
指定した名前空間で、タグ名に対応するすべての要素を検索する 6081
« DOMDocument::getElementsByTagName DOMDocument::importNode » PHP Manual DOMDocument 指定した名前 ... space は、nullable になりました。 例 例1 すべての XInclude 要素を取得する <?php $xml = <<<EOD <?xml version=" ... 1.0" ?> <chapter xmlns:xi="http://www.w3.org/2001/XInclude"> <title>Books of the other guy..</title> <para> < ... xi:include href="book.xml"> <xi:fallback> <error>xinclude: bo ... ok.xml not found</error> </xi:fallback> </xi:include> <include> This is another namespace </include> </ ...
https://man.plustar.jp/php/domdocument.getelementsbytagnamens.html - [similar]
gzファイル全体を配列に読み込む 6081
« gzeof gzgetc » PHP Manual Zlib 関数 gzファイル全体を配列に読み込む gzfile (PHP 4, PHP 5, PHP 7 ... に読み込む 説明 gzfile ( string $filename , int $use_include_path = 0 ): array | false ファイルを配列にして返す ... 。 パラメータ filename ファイル名を指定します。 use_include_path もし include_path にあるファイルも検索したい場 ... 開く 関連キーワード: gz , 配列 , ファイル , gzfile , include , path , パラメータ , filename , use , readgzfile ...
https://man.plustar.jp/php/function.gzfile.html - [similar]
Null バイト関連の問題 6081
« ファイルシステムのセキュリティ データベースのセキュリティ » PHP Manual ファイルシステムのセキュ ... ル /home/wwwrun/../../etc/passwd が存在するからです include '/home/wwwrun/' . $file . '.php' ; // ファイル /et ... $file ) { case 'main' : case 'foo' : case 'bar' : include '/home/wwwrun/include/' . $file . '.php' ; break; ... default: include '/home/wwwrun/include/main.php' ; } ?> 関連キーワー ...
https://man.plustar.jp/php/security.filesystem.nullbytes.html - [similar]
Phar アーカイブの PHP ローダーあるいは起動スタブを返す 6039
« Phar::getSignature Phar::getSupportedCompression » PHP Manual Phar Phar アーカイブの PHP ローダ ... ます。 たとえば次のようにインクルードしたり、 <?php include 'myphar.phar' ; ?> あるいは単純に実行したりなどした ... > setStub ( "<?php function __autoload( $class ) { include 'phar://' . str_replace('_', '/', $class ); } Phar ... ::mapPhar('myphar.phar'); include 'phar://myphar.phar/startup.php'; __HALT_COMPILER( ... ); ?> ==NEXT== <?php function __autoload($class) { include 'phar://' . str_replace('_', '/', $class); } Phar: ...
https://man.plustar.jp/php/phar.getstub.html - [similar]
要件 6008
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 この拡張モジュール ... イルしてください。 IMAP のソースファイルをシステムの include ディレクトリに直接コピー しないことが大切です。その ... 引き起こす可能性があります。そのかわりにシステムの include ディレクトリの 下に新しいディレクトリ(例: /usr/lo ... ます)を作成し、 この新規ディレクトリの下に lib/ 、 include/ という新しいディレクトリを作成します。IMAP ソース ... の c-client ディレクトリからすべての *.h ファイルを include/ に、そしてすべての *.c ファイルを lib/ にコピーし ...
https://man.plustar.jp/php/imap.requirements.html - [similar]
はじめに 6008
« Taint インストール/設定 » PHP Manual Taint はじめに はじめに taint は、XSS コード (汚染された文 ... a ; $sql .= "ooxx" ; echo $output ; print $ $var ; include( $file_name ); mysql_query ( $sql ); ?> 上の例の出 ... t to print a string that might be tainted Warning: include() [function.include]: File path contains data that ... nction , might , taint , Taint , data , contains , include , string , Attempt ...
https://man.plustar.jp/php/intro.taint.html - [similar]
基本的な SimpleXML の使用法 6008
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... は数字を展開する時です。 例2 <plot> を取得する <?php include 'example.php' ; $movies = new SimpleXMLElement ( $ ... ポストロフィで囲みます。 例3 <line> を取得する <?php include 'example.php' ; $movies = new SimpleXMLElement ( $ ... 時、 通常の反復処理を適用することができます。 <?php include 'example.php' ; $movies = new SimpleXMLElement ( $ ... 配列 の要素に アクセスするのと全く同じです。 <?php include 'example.php' ; $movies = new SimpleXMLElement ( $ ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT