検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 29 for foobar (0.005 sec.)
プロパティ 8027
« クラスの基礎 オブジェクト定数 » PHP Manual クラスとオブジェクト プロパティ プロパティ クラスの ... 期化 $this -> prop = $prop ; } } $test = new Test ( "foobar" ); // 正しいプロパティの読み取り var_dump ( $test ... -> prop ); // string(6) "foobar" // 不正な再代入です。同じ値を代入することは問題あ ... りません。 $test -> prop = "foobar" ; // Error: Cannot modify readonly property Test: ... // スコープ外からの不正な初期化 $test1 -> prop = "foobar" ; // Error: Cannot initialize readonly property T ...
https://man.plustar.jp/php/language.oop5.properties.html - [similar]
名前を使用してエントリの詳細を取得する 8027
« ZipArchive::statIndex ZipArchive::unchangeAll » PHP Manual ZipArchive 名前を使用してエントリの ... ( $res === TRUE ) { print_r ( $zip -> statName ( 'foobar/baz' )); $zip -> close (); } else { echo '失敗、コ ... 、 たとえば以下のようになります。 Array ( [name] => foobar/baz [index] => 3 [crc] => 499465816 [size] => 27 [ ...
https://man.plustar.jp/php/ziparchive.statname.html - [similar]
リファレンス渡し 7945
« リファレンスが行わないこと リファレンスを返す » PHP Manual リファレンスの説明 リファレンス渡し ... はない foo ( 5 ); // 致命的なエラーが発生する class Foobar { } foo (new Foobar ()) // PHP 7.0.7 以降は E_NOTI ...
https://man.plustar.jp/php/language.references.pass.html - [similar]
値を取得する 7945
« ReflectionProperty::getType ReflectionProperty::hasDefaultValue » PHP Manual ReflectionPropert ... <?php class Foo { public static $staticProperty = 'foobar' ; public $property = 'barfoo' ; protected $privat ... o )); ?> 上の例の出力は以下となります。 string(6) "foobar" string(6) "barfoo" string(6) "foofoo" 参考 Reflec ...
https://man.plustar.jp/php/reflectionproperty.getvalue.html - [similar]
プロパティの値を設定する 7945
« ReflectionProperty::setAccessible ReflectionProperty::__toString » PHP Manual ReflectionProper ... true ); $reflectionProperty -> setValue ( $foo , 'foobar' ); var_dump ( $reflectionProperty -> getValue ( $ ... ります。 string(3) "foo" string(3) "bar" string(6) "foobar" 参考 ReflectionProperty::getValue() - 値を取得する ...
https://man.plustar.jp/php/reflectionproperty.setvalue.html - [similar]
デフォルトの外部エンティティローダーを変更する 7749
« libxml_get_last_error libxml_set_streams_context » PHP Manual libxml 関数 デフォルトの外部エン ... OCTYPE foo PUBLIC "-//FOO/BAR" "http://example.com/foobar"> <foo>bar</foo> XML; $dtd = <<<DTD <!ELEMENT foo ... ng(10) "-//FOO/BAR" string(25) "http://example.com/foobar" array(4) { ["directory"] => NULL ["intSubName"] = ...
https://man.plustar.jp/php/function.libxml-set-external-entity-loader.html - [similar]
文字列 7749
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... ントを引数に使用する例 <?php var_dump (array(<<<EOD foobar! EOD )); ?> static変数やクラスのプロパティ/定数は、 ... クラスのプロパティ/定数 class foo { const BAR = <<<FOOBAR Constant example FOOBAR; public $baz = <<<FOOBAR P ... roperty example FOOBAR; } ?> ヒアドキュメントの宣言をダブルクォートで囲む ... ヒアドキュメントでのダブルクォート <?php echo <<<"FOOBAR" Hello World! FOOBAR; ?> Nowdoc Nowdoc はヒアドキュ ...
https://man.plustar.jp/php/language.types.string.html - [similar]
Yaf_Loader クラス 7407
« Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loa ... APPLICATION_PATH/library/Foo/Bar/Dummy.php class \FooBar\Bar\Dummy => // /global_dir/FooBar/Bar/Dummy.php す ...
https://man.plustar.jp/php/class.yaf-loader.html - [similar]
MySQL サーバに接続する 7407
« expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get ... ンは 8.0.22 で追加されました。 例1 URI の例 mysqlx://foobar mysqlx://root@localhost?socket=%2Ftmp%2Fmysqld.soc ... oo:bar@[localhost:33060, 127.0.0.1:33061] mysqlx://foobar?ssl-ca=(/path/to/ca.pem)&ssl-crl=(/path/to/crl.pem ...
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html - [similar]
インデックスを使用してエントリの詳細を取得する 7325
« ZipArchive::setPassword ZipArchive::statName » PHP Manual ZipArchive インデックスを使用してエン ... 、 たとえば以下のようになります。 Array ( [name] => foobar/baz [index] => 3 [crc] => 499465816 [size] => 27 [ ...
https://man.plustar.jp/php/ziparchive.statindex.html - [similar]
PREV 1 2 3 NEXT