検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 2022 for [SIMILAR] 16 1024 4096 WITH 1722382 example WITH... (0.967 sec.)
0
« 定義済み定数 PhpToken » PHP Manual Tokenizer 例 例 以下に tokenizer を用いた簡単な PHP スクリプトの例を示します。この例は、 PHP ファイルを読み込み、ソースから全てのコメントを削除し、コードのみを 出力するものです。 例1 tokenizer によるコメントの削除 <?php $source = file_get_contents ( ' ...
https://man.plustar.jp/php/tokenizer.examples.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
2 進数 を 10 進数に変換する 0
« base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP 7, PHP 8) bindec — 2 進数 を 10 進数に変換する 説明 bindec ( string $binary_string ): int | float 引数 binary_string により指定された 2 進数と等価な 10 進数を返します。 bindec() は、2 進数を ...
https://man.plustar.jp/php/function.bindec.html - [similar]
グローバルスコープで使用可能なすべての変数への参照 0
« スーパーグローバル $_SERVER » PHP Manual 定義済の変数 グローバルスコープで使用可能なすべての変数への参照 $GLOBALS (PHP 4, PHP 5, PHP 7, PHP 8) $GLOBALS — グローバルスコープで使用可能なすべての変数への参照 説明 スクリプトのグローバルスコープに現在定義されているすべての変数への参照を含む ...
https://man.plustar.jp/php/reserved.variables.globals.html - [similar]
The CommonMark\CQL class 0
« CommonMark\Parser::finish CommonMark\CQL::__construct » PHP Manual CommonMark The CommonMark\CQL class The CommonMark\CQL class (cmark >= 1.1.0) はじめに CommonMark Query Language is a DSL for describing how to travel through a CommonMark Node tree implemented as a parser and compiler ...
https://man.plustar.jp/php/class.commonmark-cql.html - [similar]
現在の DirectoryIterator アイテムのサイズを取得する 0
« DirectoryIterator::getPerms DirectoryIterator::getType » PHP Manual DirectoryIterator 現在の DirectoryIterator アイテムのサイズを取得する DirectoryIterator::getSize (PHP 5, PHP 7, PHP 8) DirectoryIterator::getSize — 現在の DirectoryIterator アイテムのサイズを取得する 説明 public Direct ...
https://man.plustar.jp/php/directoryiterator.getsize.html - [similar]
ローカルストリームかどうかを調べる 0
« stream_get_wrappers stream_isatty » PHP Manual ストリーム 関数 ローカルストリームかどうかを調べる stream_is_local (PHP 5 >= 5.2.4, PHP 7, PHP 8) stream_is_local — ローカルストリームかどうかを調べる 説明 stream_is_local ( resource | string $stream ): bool ストリームあるいは URL が、ロー ...
https://man.plustar.jp/php/function.stream-is-local.html - [similar]
ReflectionGenerator オブジェクトを構築する 0
« ReflectionGenerator ReflectionGenerator::getExecutingFile » PHP Manual ReflectionGenerator ReflectionGenerator オブジェクトを構築する ReflectionGenerator::__construct (PHP 7, PHP 8) ReflectionGenerator::__construct — ReflectionGenerator オブジェクトを構築する 説明 public ReflectionGene ...
https://man.plustar.jp/php/reflectiongenerator.construct.html - [similar]
スキーマオブジェクトを得る 0
« Collection::getOne Collection::getSession » PHP Manual mysql_xdevapi\Collection スキーマオブジェクトを得る Collection::getSchema (No version information available, might only be in Git) Collection::getSchema — スキーマオブジェクトを得る 説明 public mysql_xdevapi\Collection::getSchema ( ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getschema.html - [similar]
select 文のソート条件を設定する 0
« TableSelect::offset TableSelect::where » PHP Manual mysql_xdevapi\TableSelect select 文のソート条件を設定する TableSelect::orderby (No version information available, might only be in Git) TableSelect::orderby — select 文のソート条件を設定する 説明 public mysql_xdevapi\TableSelect::orde ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.orderby.html - [similar]