検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 281 for t (0.005 sec.)
ソースコードを PhpToken オブジェクトで表現されたトークンに分割する 5862
« PhpToken::__toString Tokenizer 関数 » PHP Manual PhpToken ソースコードを PhpToken オブジェクト ... で表現されたトークンに分割する PhpToken::tokenize (PHP 8) PhpToken::tokenize — ソースコ ... ードを PhpToken オブジェクトで表現されたトークンに分割する 説明 ... public static PhpToken::tokenize ( string $code , int $flags ... = 0 ): array 与えられた code を表現する PhpToken オブジェクトの配列を返します。 パラメータ code ...
https://man.plustar.jp/php/phptoken.tokenize.html - [similar]
定義済み定数 5813
« リソース型 例 » PHP Manual cURL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... これらの定数についての説明や実際の使用法は、 curl_setopt() および curl_getinfo() のドキュメントを参照くだ ... さい。 CURLOPT_AUTOREFERER ( int ) CURLOPT_COOKIESESSION ( int ) ... CURLOPT_DOH_URL ( int ) DNS over HTTPS に対応した URL を指 ... 以降 および cURL 7.62.0 以降で使用可能です。 CURLOPT_DNS_USE_GLOBAL_CACHE ( int ) CURLOPT_DNS_CACHE_TIM ...
https://man.plustar.jp/php/curl.constants.html - [similar]
Begin checking for events and calling callbacks for the loop 5717
« EvLoop::resume EvLoop::signal » PHP Manual EvLoop Begin checking for events and calling callba ... cks for the loop EvLoop::run (PECL ev >= 0.2.0) EvLoop::run ... — Begin checking for events and calling callbacks for the loop 説明 public Ev ... Loop::run ( int $flags = 0 ): void Begin checking for events and c ... alling callbacks for the current event loop. Returns when a callback call ...
https://man.plustar.jp/php/evloop.run.html - [similar]
オブジェクトの書式を設定する 5717
« IntlDateFormatter::format IntlDateFormatter::getCalendar » PHP Manual IntlDateFormatter オブジ ... ェクトの書式を設定する IntlDateFormatter::formatObject datefmt_format_object ... (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL intl >= 3.0.0) IntlDateFormatter::formatObject -- date ... fmt_format_object — オブジェクトの書式を設定する 説明 ... オブジェクト指向型 public static IntlDateFormatter::formatObject ( IntlCalendar ...
https://man.plustar.jp/php/intldateformatter.formatobject.html - [similar]
Creates a new map using keys that aren't in another map 5669
« Ds\Map::count Ds\Map::filter » PHP Manual Map Creates a new map using keys that aren't in anot ... Ds\Map::diff (PECL ds >= 1.0.0) Ds\Map::diff — Creates a new map using keys that aren't in another map ... 説明 public Ds\Map::diff ( Ds\Map $map ): Ds\Map Returns the result of removing all keys from the curre ... nt instance that are present in a given map . A \ B = ... {x ∈ A | x ∉ B} パラメータ map The map containing the keys to exclude in the result ...
https://man.plustar.jp/php/ds-map.diff.html - [similar]
Initiates a restore task in the service manager and returns immediately 5669
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... n the service manager and returns immediately ibase_re ... store (PHP 5, PHP 7 < 7.4.0) ibase_restore — Initiate ... s a restore task in the service manager and returns immedia ... tely 説明 ibase_restore ( resource $service_handle , string $source_fil ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
文字列の最初から空白 (もしくはその他の文字) を取り除く 5620
« localeconv md5_file » PHP Manual String 関数 文字列の最初から空白 (もしくはその他の文字) を取り ... 除く ltrim (PHP 4, PHP 5, PHP 7, PHP 8) ltrim — 文字列の最 ... 初から空白 (もしくはその他の文字) を取り除く 説明 ltrim ( string $string , string $characters = " \n\r\ ... t\v\x00" ): string 文字列の最初から空白 (もしくはその他の文字) を ... 取り除きます。 パラメータ string 入力文字列。 characters characters パラメータに ...
https://man.plustar.jp/php/function.ltrim.html - [similar]
文字列の最後から空白 (もしくはその他の文字) を取り除く 5620
« quotemeta setlocale » PHP Manual String 関数 文字列の最後から空白 (もしくはその他の文字) を取り ... 除く rtrim (PHP 4, PHP 5, PHP 7, PHP 8) rtrim — 文字列の最 ... 後から空白 (もしくはその他の文字) を取り除く 説明 rtrim ( string $string , string $characters = " \n\r\ ... t\v\x00" ): string この関数は文字列 string の最後から空白文字 (あ ... 列を返します。 2 番目のパラメータを指定しない場合、 rtrim() は以下の文字を削除します。 " " ( ASCII 32 ( 0 ...
https://man.plustar.jp/php/function.rtrim.html - [similar]
ドキュメントで宣言されている名前空間を返す 5620
« SimpleXMLElement::count SimpleXMLElement::getName » PHP Manual SimpleXMLElement ドキュメントで ... 宣言されている名前空間を返す SimpleXMLElement::getDocNamespaces (PHP 5 >= 5.1.2, PHP 7, PHP 8) S ... impleXMLElement::getDocNamespaces — ドキュメントで宣言されている名 ... 前空間を返す 説明 public SimpleXMLElement::getDocNamespaces ( bool $recursive = false , bool ... $fromRoot = true ): array | false ドキュメントで宣言されてい ...
https://man.plustar.jp/php/simplexmlelement.getdocnamespaces.html - [similar]
トークンの名前を返す 5572
« PhpToken::__construct PhpToken::is » PHP Manual PhpToken トークンの名前を返す PhpToken::getTok ... enName (PHP 8) PhpToken::getTokenName — トークンの名前を返す 説明 publ ... ic PhpToken::getTokenName (): ? string トークンの名前を返し ... 示す ASCII 文字。 または、既知のトークンの名前を示す T_* 定数( パーサトークンの一覧 を参照)。 不明なトーク ... ンの場合は null を返します。 例 例1 PhpToken::getTokenName() の例 <?php // 既知のトークンの ...
https://man.plustar.jp/php/phptoken.gettokenname.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT