検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 418 for Foo (0.013 sec.)
The assignRef purpose 4224
« Yaf_View_Simple::assign Yaf_View_Simple::clear » PHP Manual Yaf_View_Simple The assignRef purp ... { $value = "bar" ; $this -> getView ()-> assign ( "foo" , $value ); /* Yaf 2.1.4 より前のバージョンにはバ ... テンプレートの例 <html> <head> <title> <?php echo $foo ; $foo = "changed" ; ?> </title> </head> <body> </ ...
https://man.plustar.jp/php/yaf-view-simple.assignref.html - [similar]
繰り返し正規表現検索を行う 4198
« preg_last_error preg_match » PHP Manual PCRE 関数 繰り返し正規表現検索を行う preg_match_all (P ... 格納されます。 <?php preg_match_all ( '/(?J)(?<match>foo)|(?<match>bar)/' , 'foo bar' , $matches , PREG_PAT ... のオフセットからなります。 <?php preg_match_all ( '/(foo)(bar)(baz)/' , 'foobarbaz' , $matches , PREG_OFFSE ... ます。 Array ( [0] => Array ( [0] => Array ( [0] => foobarbaz [1] => 0 ) ) [1] => Array ( [0] => Array ( [ ... 0] => foo [1] => 0 ) ) [2] => Array ( [0] => Array ( [0] => ...
https://man.plustar.jp/php/function.preg-match-all.html - [similar]
名前空間の概要 4198
« 名前空間 名前空間の定義 » PHP Manual 名前空間 名前空間の概要 名前空間の概要 (PHP 5 >= 5.3.0, P ... ルの名前空間として機能しています。 具体的に言うと、 foo.txt というファイルは /home/greg と /home/other の両 ... 方に存在することが可能ですが、それらふたつの foo.txt を同じディレクトリに配置することはできません。 ... さらに、 /home/greg ディレクトリの外から foo.txt にアクセスするには、ディレクトリ名をファイル名 ... の前につけて /home/greg/foo.txt としなければなりません。 プログラミングの世界に ...
https://man.plustar.jp/php/language.namespaces.rationale.html - [similar]
データを既存のアイテムに追記する 4198
« Memcached::addServers Memcached::appendByKey » PHP Manual Memcached データを既存のアイテムに追 ... mcached :: OPT_COMPRESSION , false ); $m -> set ( 'foo' , 'abc' ); $m -> append ( 'foo' , 'def' ); var_du ... mp ( $m -> get ( 'foo' )); ?> 上の例の出力は以下となります。 string(6) " ...
https://man.plustar.jp/php/memcached.append.html - [similar]
その他の変更 4198
« PHP 8.1.x で推奨されなくなる機能 PHP 7.4.x から PHP 8.0.x への移行 » PHP Manual PHP 8.0.x から ... で扱われるようになりました。 以前のバージョンでは、 "foo\\" の後に改行文字以外の文字が続いた場合、 文字列の ... 終端とは見なされませんでした。 PHP 8.1.0 以降では、 foo\ という文字列として解釈されるようになります。 例外 ... として、 "foo\" の後に改行文字が続いた場合は、 foo\ という文字列 ... 字列が終端していないとは見なされません。 但し、 "C:\foo\" のような、 Windows のファイルパスを使う場合には例 ...
https://man.plustar.jp/php/migration81.other-changes.html - [similar]
直近の操作の警告を取得する 4198
« mysql_xdevapi\BaseResult BaseResult::getWarningsCount » PHP Manual mysql_xdevapi\BaseResult 直 ... d@localhost" ); $session -> sql ( "CREATE DATABASE foo" )-> execute (); $session -> sql ( "CREATE TABLE f ... )-> execute (); $schema = $session -> getSchema ( "foo" ); $table = $schema -> getTable ( "test_table" ); ...
https://man.plustar.jp/php/mysql-xdevapi-baseresult.getwarnings.html - [similar]
直近の操作から発生した警告を取得する 4198
« Result::getGeneratedIds Result::getWarningsCount » PHP Manual mysql_xdevapi\Result 直近の操作か ... d@localhost" ); $session -> sql ( "CREATE DATABASE foo" )-> execute (); $session -> sql ( "CREATE TABLE f ... )-> execute (); $schema = $session -> getSchema ( "foo" ); $table = $schema -> getTable ( "test_table" ); ...
https://man.plustar.jp/php/mysql-xdevapi-result.getwarnings.html - [similar]
直近の操作から生じた警告を取得する 4198
« RowResult::getColumns RowResult::getWarningsCount » PHP Manual mysql_xdevapi\RowResult 直近の操 ... d@localhost" ); $session -> sql ( "CREATE DATABASE foo" )-> execute (); $session -> sql ( "CREATE TABLE f ... )-> execute (); $schema = $session -> getSchema ( "foo" ); $table = $schema -> getTable ( "test_table" ); ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getwarnings.html - [similar]
実行中のジェネレータのトレースを取得する 4198
« ReflectionGenerator::getThis ReflectionFiber » PHP Manual ReflectionGenerator 実行中のジェネレ ... eflectionGenerator::getTrace() の例 <?php function foo () { yield 1 ; } function bar () { yield from foo ... e.php" ["line"]=> int(8) ["function"]=> string(3) "foo" ["args"]=> array(0) { } } [1]=> array(4) { ["file ...
https://man.plustar.jp/php/reflectiongenerator.gettrace.html - [similar]
名前で定義されたエントリの圧縮メソッドを設定する 4198
« ZipArchive::setCompressionIndex ZipArchive::setEncryptionIndex » PHP Manual ZipArchive 名前で定 ... ); if ( $res === TRUE ) { $zip -> addFromString ( 'foo' , 'Some text' ); $zip -> addFromString ( 'bar' , ... 'Some other text' ); $zip -> setCompressionName ( 'foo' , ZipArchive :: CM_STORE ); $zip -> setCompressio ... REATE ); if ( $res === TRUE ) { $zip -> addFile ( 'foo.jpg' , 'bar.jpg' ); $zip -> setCompressionName ( ' ...
https://man.plustar.jp/php/ziparchive.setcompressionname.html - [similar]