検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 378 for [SIMILAR] 16 1024 4096 WITH 7665 評価 WITH 7053 ... (0.505 sec.)
ジェネレータと Iterator オブジェクトとの比較 0
« ジェネレータの構文 アトリビュート » PHP Manual ジェネレータ ジェネレータと Iterator オブジェクトとの比較 ジェネレータと Iterator オブジェクトとの比較 ジェネレータの最大のメリットは、シンプルに書けることです。 Iterator を実装するのに比べて、必要な決まり文句の数がかなり少なくなります。 ま ...
https://man.plustar.jp/php/language.generators.comparison.html - [similar]
Perl との違い 0
« 正規表現パターンに使用可能な修飾子 PCRE 正規表現構文 » PHP Manual PCRE のパターン Perl との違い Perl との違い Perl 5.005 との違いについて以下に説明します。 デフォルトでは、空白文字は C ライブラリ関数 isspace() が認識する文字となります。PCRE を別の文字型テーブルを用いて コンパイルするこ ...
https://man.plustar.jp/php/reference.pcre.pattern.differences.html - [similar]
Lua クラス 0
« リソース型 Lua::assign » PHP Manual Lua Lua クラス Lua クラス (PECL lua >=0.9.0) はじめに クラス概要 class Lua { /* 定数 */ const string LUA_VERSION = Lua 5.1.4 ; /* メソッド */ public assign ( string $name , string $value ): mixed public call ( callable $lua_func , array $args = ? , i ...
https://man.plustar.jp/php/class.lua.html - [similar]
文字列内の部分文字列が最初に現れる場所を見つける 0
« strpbrk strrchr » PHP Manual String 関数 文字列内の部分文字列が最初に現れる場所を見つける strpos (PHP 4, PHP 5, PHP 7, PHP 8) strpos — 文字列内の部分文字列が最初に現れる場所を見つける 説明 strpos ( string $haystack , string $needle , int $offset = 0 ): int | false 文字列 haystack の中で ...
https://man.plustar.jp/php/function.strpos.html - [similar]
ビット演算子 0
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特定のビットの評価や操作を行います。 ビット演算子 例 名前 結果 $a & $b ビット積 $a および $b の両方にセットされているビットがセットされます $a | $b ビット和 $a または $b のどちらかにセットされて ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
接続に関するひとつあるいは複数のオプションを設定する 0
« yaz_search yaz_sort » PHP Manual YAZ 関数 接続に関するひとつあるいは複数のオプションを設定する yaz_set_option (PECL yaz >= 0.9.0) yaz_set_option — 接続に関するひとつあるいは複数のオプションを設定する 説明 yaz_set_option ( resource $id , string $name , string $value ): void yaz_set_opti ...
https://man.plustar.jp/php/function.yaz-set-option.html - [similar]
プレースホルダーに値をバインドする 0
« mysql_xdevapi\CollectionRemove CollectionRemove::__construct » PHP Manual mysql_xdevapi\CollectionRemove プレースホルダーに値をバインドする CollectionRemove::bind (No version information available, might only be in Git) CollectionRemove::bind — プレースホルダーに値をバインドする 説明 p ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.bind.html - [similar]
ODBC あるいは DB2 データベースに接続する 0
« ODBC and DB2 (PDO) PostgreSQL (PDO) » PHP Manual ODBC and DB2 (PDO) ODBC あるいは DB2 データベースに接続する PDO_ODBC DSN (PECL PDO_ODBC >= 0.1.0) PDO_ODBC DSN — ODBC あるいは DB2 データベースに接続する 説明 PDO_ODBC データソース名 (DSN) は以下の要素で構成されます。 DSN 接頭辞 DSN 接頭 ...
https://man.plustar.jp/php/ref.pdo-odbc.connection.html - [similar]
Scans the buffer for an occurrence of an end of line 0
« EventBuffer::search EventBuffer::substr » PHP Manual EventBuffer Scans the buffer for an occurrence of an end of line EventBuffer::searchEol (PECL event >= 1.5.0) EventBuffer::searchEol — Scans the buffer for an occurrence of an end of line 説明 public EventBuffer::searchEol ( int $sta ...
https://man.plustar.jp/php/eventbuffer.searcheol.html - [similar]
指定されたリソースの、数値の識別子を返す 0
« get_defined_vars get_resource_type » PHP Manual 変数操作 関数 指定されたリソースの、数値の識別子を返す get_resource_id (PHP 8) get_resource_id — 指定されたリソースの、数値の識別子を返す 説明 get_resource_id ( resource $resource ): int この関数は、リソースの数値の識別子を識別するための、 ...
https://man.plustar.jp/php/function.get-resource-id.html - [similar]