検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 189 for [SIMILAR] 16 1024 4096 WITH 18134 ペレ WITH 1362... (0.203 sec.)
ビット演算子 0
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特定のビットの評価や操作を行います。 ビット演算子 例 名前 結果 $a & $b ビット積 $a および $b の両方にセットされているビットがセットされます $a | $b ビット和 $a または $b のどちらかにセットされて ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
新しいグローバル定数 0
« 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新しいグローバル定数 新しいグローバル定数 PHP コア PASSWORD_ARGON2ID CURL CURLAUTH_BEARER CURLAUTH_GSSAPI CURLE_WEIRD_SERVER_REPLY CURLINFO_APPCONNECT_TIME_T CURLINFO_CONNECT_TIME_T CURLINFO_CONT ...
https://man.plustar.jp/php/migration73.constants.html - [similar]
LDAP のエラー番号をエラーメッセージ文字列に変換する 0
« ldap_dn2ufn ldap_errno » PHP Manual LDAP 関数 LDAP のエラー番号をエラーメッセージ文字列に変換する ldap_err2str (PHP 4, PHP 5, PHP 7, PHP 8) ldap_err2str — LDAP のエラー番号をエラーメッセージ文字列に変換する 説明 ldap_err2str ( int $errno ): string この関数は、エラー番号 errno が意味する ...
https://man.plustar.jp/php/function.ldap-err2str.html - [similar]
比較演算子 0
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前が示すように、二つの値を比較します。 型の比較表 に、型に関連するさまざまな比較の例があります。 比較演算子 例 名前 結果 $a == $b 等しい 型の相互変換をした後で $a が $b に等しい時に true 。 $a = ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
のエイリアス ldap_mod_replace 0
« ldap_modify_batch ldap_next_attribute » PHP Manual LDAP 関数 のエイリアス ldap_mod_replace ldap_modify (PHP 4, PHP 5, PHP 7, PHP 8) ldap_modify — のエイリアス ldap_mod_replace() 説明 この関数は次の関数のエイリアスです。 ldap_mod_replace() . 参考 ldap_rename() - エントリ名を修正する 関連 ...
https://man.plustar.jp/php/function.ldap-modify.html - [similar]
次のリファレンスを得る 0
« ldap_next_entry ldap_parse_exop » PHP Manual LDAP 関数 次のリファレンスを得る ldap_next_reference (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) ldap_next_reference — 次のリファレンスを得る 説明 ldap_next_reference ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): LDAP\ResultEntry | false 警 ...
https://man.plustar.jp/php/function.ldap-next-reference.html - [similar]
結果メモリを開放する 0
« ldap_first_reference ldap_get_attributes » PHP Manual LDAP 関数 結果メモリを開放する ldap_free_result (PHP 4, PHP 5, PHP 7, PHP 8) ldap_free_result — 結果メモリを開放する 説明 ldap_free_result ( LDAP\Result $result ): bool 内部での結果保持用に割り当てられていたメモリを開放します。 結果 ...
https://man.plustar.jp/php/function.ldap-free-result.html - [similar]
リソース型の一覧 0
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の一覧 以下にPHPのリソースを生成、使用、破棄するための関数の一覧を示します。 is_resource() によりある変数がリソースであるかど うかを調べることが可能です。また、 get_resource_type() は変数のリソ ...
https://man.plustar.jp/php/resource.html - [similar]
2つの任意精度の数値を加算する 0
« BC Math 関数 bccomp » PHP Manual BC Math 関数 2つの任意精度の数値を加算する bcadd (PHP 4, PHP 5, PHP 7, PHP 8) bcadd — 2つの任意精度の数値を加算する 説明 bcadd ( string $num1 , string $num2 , ? int $scale = null ): string num1 を num2 に加算します。 パラメータ num1 左オペランドを表す文 ...
https://man.plustar.jp/php/function.bcadd.html - [similar]
参照エントリから情報を展開する 0
« ldap_parse_exop ldap_parse_result » PHP Manual LDAP 関数 参照エントリから情報を展開する ldap_parse_reference (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) ldap_parse_reference — 参照エントリから情報を展開する 説明 ldap_parse_reference ( LDAP\Connection $ldap , LDAP\ResultEntry $entry , array & ...
https://man.plustar.jp/php/function.ldap-parse-reference.html - [similar]