検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 418 for Foo (0.178 sec.)
ストリームコンテキストを作成する 3556
« stream_bucket_prepend stream_context_get_default » PHP Manual ストリーム 関数 ストリームコンテ ... , 'header' => "Accept-language: en\r\n" . "Cookie: foo=bar\r\n" ) ); $context = stream_context_create ( $ ...
https://man.plustar.jp/php/function.stream-context-create.html - [similar]
デフォルトのストリームコンテキストを設定する 3556
« stream_context_get_params stream_context_set_option » PHP Manual ストリーム 関数 デフォルトのス ... , 'header' => "Accept-language: en\r\n" . "Cookie: foo=bar" , 'proxy' => "tcp://10.54.1.39:8000" ) ); $de ...
https://man.plustar.jp/php/function.stream-context-set-default.html - [similar]
定数式における列挙型の値 3556
« トレイト オブジェクトとの違い » PHP Manual 列挙型(Enum) 定数式における列挙型の値 定数式における ... Unset ( $val ) { throw new Exception (); } } class Foo { // これは、許されています。 const Bar = Directio ...
https://man.plustar.jp/php/language.enumerations.expressions.html - [similar]
Null バイト関連の問題 3556
« ファイルシステムのセキュリティ データベースのセキュリティ » PHP Manual ファイルシステムのセキュ ... を作成します switch ( $file ) { case 'main' : case 'foo' : case 'bar' : include '/home/wwwrun/include/' . ...
https://man.plustar.jp/php/security.filesystem.nullbytes.html - [similar]
PHPの隠蔽 3556
« ユーザーが投稿したデータ 最新版を維持する » PHP Manual セキュリティ PHPの隠蔽 PHPの隠蔽 一般に ... nknown types AddType application/x-httpd-php .bop .foo .133t または、 HTML コードとして隠すことも可能です ...
https://man.plustar.jp/php/security.hiding.html - [similar]
ファイルの SplFileObject オブジェクトを取得する 3556
« SplFileInfo::isWritable SplFileInfo::setFileClass » PHP Manual SplFileInfo ファイルの SplFileO ... e() の例 <?php $fileinfo = new SplFileInfo ( '/tmp/foo.txt' ); if ( $fileinfo -> isWritable ()) { $fileob ...
https://man.plustar.jp/php/splfileinfo.openfile.html - [similar]
パーサトークンの一覧 3556
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー ... CONST const クラス定数 T_CONSTANT_ENCAPSED_STRING "foo" or 'bar' 文字列構文 T_CONTINUE continue continue ... 名前空間 T_VAR var クラスとオブジェクト T_VARIABLE $foo 変数 T_WHILE while while , do..while T_WHITESPACE ...
https://man.plustar.jp/php/tokens.html - [similar]
Main interface to C code and data 3523
« A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and ... special FFI_SCOPE defines (e.g. #define FFI_SCOPE "foo"”" ; the default scope is "C") and then loaded by ...
https://man.plustar.jp/php/class.ffi.html - [similar]
ファイルまたはディレクトリが存在するかどうか調べる 3523
« fgetss file_get_contents » PHP Manual ファイルシステム 関数 ファイルまたはディレクトリが存在す ... が存在するかどうか調べる <?php $filename = '/path/to/foo.txt' ; if ( file_exists ( $filename )) { echo " $f ...
https://man.plustar.jp/php/function.file-exists.html - [similar]
static メソッドをコールし、引数を配列で渡す 3523
« create_function forward_static_call » PHP Manual 関数処理 関数 static メソッドをコールし、引数 ... st' , array( 'other' , 'args' )); } } B :: test ( 'foo' ); function test () { $args = func_get_args (); e ...
https://man.plustar.jp/php/function.forward-static-call-array.html - [similar]