検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 499 for [SIMILAR] 16 1024 4096 WITH 17362 グラ WITH 1252... (0.458 sec.)
ファイル名がパターンにマッチするか調べる 0
« flock fopen » PHP Manual ファイルシステム 関数 ファイル名がパターンにマッチするか調べる fnmatch (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) fnmatch — ファイル名がパターンにマッチするか調べる 説明 fnmatch ( string $pattern , string $filename , int $flags = 0 ): bool fnmatch() は filename で指 ...
https://man.plustar.jp/php/function.fnmatch.html - [similar]
ODBC の設定を変更する 0
« odbc_rollback odbc_specialcolumns » PHP Manual ODBC 関数 ODBC の設定を変更する odbc_setoption (PHP 4, PHP 5, PHP 7, PHP 8) odbc_setoption — ODBC の設定を変更する 説明 odbc_setoption ( resource $odbc , int $which , int $option , int $value ): bool この関数により特定の接続またはクエリー結 ...
https://man.plustar.jp/php/function.odbc-setoption.html - [similar]
はじめに 0
« LDAP インストール/設定 » PHP Manual LDAP はじめに はじめに LDAP とは Lightweight Directory Access Protocol を意味し、 "ディレクトリサーバー" にアクセスするために使用されるプロトコルです。 ディレクトリとは、 ツリー構造に情報を保持している特殊なデータベースのことです。 この概念は、ハード ...
https://man.plustar.jp/php/intro.ldap.html - [similar]
リフレクションAPI を使ってアトリビュートを読み取る 0
« アトリビュートの文法 アトリビュートクラスを宣言する » PHP Manual アトリビュート リフレクションAPI を使ってアトリビュートを読み取る リフレクションAPI を使ってアトリビュートを読み取る クラス、メソッド、関数、引数、プロパティ、クラス定数からアトリビュートにアクセスするために、 リフレクショ ...
https://man.plustar.jp/php/language.attributes.reflection.html - [similar]
名前空間と動的言語機能 0
« 名前空間の使用法: 基本編 namespace キーワードおよび __NAMESPACE__ 定数 » PHP Manual 名前空間 名前空間と動的言語機能 名前空間と動的言語機能 (PHP 5 >= 5.3.0, PHP 7, PHP 8) PHP における名前空間の実装は、PHP 自身が動的プログラミング言語であるという性質に影響を受けています。 したがって、次の ...
https://man.plustar.jp/php/language.namespaces.dynamic.html - [similar]
比較演算子 0
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前が示すように、二つの値を比較します。 型の比較表 に、型に関連するさまざまな比較の例があります。 比較演算子 例 名前 結果 $a == $b 等しい 型の相互変換をした後で $a が $b に等しい時に true 。 $a = ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
はじめに 0
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 4 種類のスカラー型: 論理値 ( bool ) 整数 ( int ) 浮動小数点数 (float, double も同じ) 文字列 (string) 4 種類の複合型: 配列 (array) オブジェクト (object) callable iterable そして、最後に 2 種類 ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
イベントハンドラ 0
« 定義済み定数 大文字変換(Case Folding) » PHP Manual XML パーサ イベントハンドラ イベントハンドラ XML イベントハンドラは次のように定義されます。 サポートされる XML ハンドラ ハンドラ設定用の PHP 関数 イベントの説明 xml_set_element_handler() 要素イベントは、XML パーサーが開始または終了タグ ...
https://man.plustar.jp/php/xml.eventhandlers.html - [similar]
データベースへの持続的接続を返す 0
« db2_pclose db2_prepare » PHP Manual IBM DB2 関数 データベースへの持続的接続を返す db2_pconnect (PECL ibm_db2 >= 1.0.0) db2_pconnect — データベースへの持続的接続を返す 説明 db2_pconnect ( string $database , string $username , string $password , array $options = ? ): resource IBM DB2 Uni ...
https://man.plustar.jp/php/function.db2-pconnect.html - [similar]
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]