検索

phrase: max: clip:
target: order:
Results of 21 - 29 of about 29 for foobar (0.006 sec.)
PECL 拡張モジュールを PHP に静的に組み込む 7260
« php-config 問題が起きた場合 » PHP Manual PECL 拡張モジュールのインストール PECL 拡張モジュール ... figure --with-extname --enable-someotherext --with-foobar $ make $ make install 注意 : 'buildconf' スクリプト ...
https://man.plustar.jp/php/install.pecl.static.html - [similar]
エスケープシーケンス 7195
« メタ文字 Unicode 文字プロパティ » PHP Manual PCRE 正規表現構文 エスケープシーケンス エスケープ ... をリセットできます。 たとえば、パターン foo\Kbar は "foobar" にマッチしますが、 結果は "bar" にマッチしたと報告 ... 響を及ぼしません。 たとえば、パターン (foo)\Kbar が "foobar" にマッチしたときの最初の部分文字列は "foo" です。 ...
https://man.plustar.jp/php/regexp.reference.escape.html - [similar]
最初の引数で指定したコールバック関数をコールする 7129
« call_user_func_array create_function » PHP Manual 関数処理 関数 最初の引数で指定したコールバッ ... 名前空間を使用した call_user_func() <?php namespace Foobar ; class Foo { static public function test () { pri ...
https://man.plustar.jp/php/function.call-user-func.html - [similar]
カーソルを閉じてステートメントを再実行できるようにする 7129
« PDOStatement::bindValue PDOStatement::columnCount » PHP Manual PDOStatement カーソルを閉じてス ... $otherStmt = $dbh -> prepare ( 'SELECT foobaz FROM foobar' ); /* 最初の文を実行する */ $stmt -> execute (); ...
https://man.plustar.jp/php/pdostatement.closecursor.html - [similar]
アーカイブのエントリを展開する 7129
« RarEntry RarEntry::getAttr » PHP Manual RarEntry アーカイブのエントリを展開する RarEntry::extr ... こと Erik Jenssen によるサンプルです */ $filename = "foobar.rar" ; $filepath = "/home/foo/bar/" ; $rar_file = ...
https://man.plustar.jp/php/rarentry.extract.html - [similar]
内部(ビルトイン)関数 7048
« 可変関数 無名関数 » PHP Manual 関数 内部(ビルトイン)関数 内部(ビルトイン)関数 PHPは標準で多 ... of PHP 8.1.0 // int(0) var_dump ( str_contains ( "foobar" , null )); // "Deprecated: Passing null to parame ...
https://man.plustar.jp/php/functions.internal.html - [similar]
名前空間の使用法: エイリアス/インポート 6983
« namespace キーワードおよび __NAMESPACE__ 定数 グローバル空間 » PHP Manual 名前空間 名前空間の使 ... ようなもので、グローバルな場合は区切り文字を含まない FooBar のようになります) では先頭のバックスラッシュは不要 ...
https://man.plustar.jp/php/language.namespaces.importing.html - [similar]
PHP 8.1.x で推奨されなくなる機能 6983
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 PHP 8.1.x で ... 合わせるためです。 <?php var_dump ( str_contains ( "foobar" , null )); // Deprecated: Passing null to paramet ...
https://man.plustar.jp/php/migration81.deprecated.html - [similar]
関数の引数 6852
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を ... 文法 <?php myFunction ( paramName : $value ); array_foobar (array: $value ); // 以下の書き方はサポートされてい ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
PREV 1 2 3 NEXT