検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 373 for [SIMILAR] 16 1024 4096 WITH 22938 括弧 WITH 1839... (0.433 sec.)
与えられた XPath 式を評価する 0
« DOMXPath::evaluate DOMXPath::registerNamespace » PHP Manual DOMXPath 与えられた XPath 式を評価する DOMXPath::query (PHP 5, PHP 7, PHP 8) DOMXPath::query — 与えられた XPath 式を評価する 説明 public DOMXPath::query ( string $expression , ? DOMNode $contextNode = null , bool $registerNode ...
https://man.plustar.jp/php/domxpath.query.html - [similar]
デリミタ 0
« はじめに メタ文字 » PHP Manual PCRE 正規表現構文 デリミタ デリミタ PCRE 関数を使うときには、パターンを delimiters で囲まなければなりません。 英数字、バックスラッシュ、空白文字以外の任意の文字をデリミタとして使うことができます。 有効なデリミタの前に空白文字を付けても、黙って無視されます ...
https://man.plustar.jp/php/regexp.reference.delimiters.html - [similar]
与えられた XPath 式を評価し、可能であれば結果を返す 0
« DOMXPath::__construct DOMXPath::query » PHP Manual DOMXPath 与えられた XPath 式を評価し、可能であれば結果を返す DOMXPath::evaluate (PHP 5 >= 5.1.0, PHP 7, PHP 8) DOMXPath::evaluate — 与えられた XPath 式を評価し、可能であれば結果を返す 説明 public DOMXPath::evaluate ( string $expression ...
https://man.plustar.jp/php/domxpath.evaluate.html - [similar]
PHP Callbacks 0
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callbacks It is possible to assign a PHP closure to a native variable of function pointer type or to pass it as a function argument: <?php $zend = FFI :: cdef ( " typedef int (*zend_write_func_t)(co ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
同一ファイル内での複数の名前空間の定義 0
« サブ名前空間の宣言 名前空間の使用法: 基本編 » PHP Manual 名前空間 同一ファイル内での複数の名前空間の定義 同一ファイル内での複数の名前空間の定義 (PHP 5 >= 5.3.0, PHP 7, PHP 8) 複数の名前空間を同一ファイル内で宣言することもあります。 この場合の構文は次の 2 通りです。 例1 シンプルな組み合 ...
https://man.plustar.jp/php/language.namespaces.definitionmultiple.html - [similar]
文字列の各単語の最初の文字を大文字にする 0
« ucfirst utf8_decode » PHP Manual String 関数 文字列の各単語の最初の文字を大文字にする ucwords (PHP 4, PHP 5, PHP 7, PHP 8) ucwords — 文字列の各単語の最初の文字を大文字にする 説明 ucwords ( string $string , string $separators = " \t\r\n\f\v" ): string 文字がアルファベットの場合、 string ...
https://man.plustar.jp/php/function.ucwords.html - [similar]
論理演算子 0
« 加算子/減算子 文字列演算子 » PHP Manual 演算子 論理演算子 論理演算子 論理演算子 例 名前 結果 $a and $b 論理積 $a および $b が共に true の場合に true $a or $b 論理和 $a または $b のどちらかが true の場合に true $a xor $b 排他的論理和 $a または $b のどちらかが true でかつ両方とも true で ...
https://man.plustar.jp/php/language.operators.logical.html - [similar]
PHP 7.4.x で推奨されなくなる機能 0
« 下位互換性のない変更点 削除された拡張モジュール » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 PHP 7.4.x で推奨されなくなる機能 PHP 7.4.x で推奨されなくなる機能 PHPコア 明示的に括弧で囲わずに三項演算子をネストする 三項演算子をネストする場合、演算の順番を示すために明示的に括弧で囲わなけ ...
https://man.plustar.jp/php/migration74.deprecated.html - [similar]
無名関数 0
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ とも呼ばれ、 関数名を指定せずに関数を作成できるようにするものです。 callable パラメータとして使う際に便利ですが、用途はそれにとどまりません。 無名関数の実装には Closure クラスを使っています。 例 ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]
文字列の最初の文字を大文字にする 0
« trim ucwords » PHP Manual String 関数 文字列の最初の文字を大文字にする ucfirst (PHP 4, PHP 5, PHP 7, PHP 8) ucfirst — 文字列の最初の文字を大文字にする 説明 ucfirst ( string $string ): string string の最初の文字がアルファベットであれば、 それを大文字にします。 「アルファベット」かどうか ...
https://man.plustar.jp/php/function.ucfirst.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT