検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 46 for equals (0.020 sec.)
ふたつの IntlCalendar オブジェクトの時刻を比較する 14539
« IntlCalendar::createInstance IntlCalendar::fieldDifference » PHP Manual IntlCalendar ふたつの ... alendar オブジェクトの時刻を比較する IntlCalendar::equals (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) In ... tlCalendar::equals — ふたつの IntlCalendar オブジェクトの時刻を比較す ... る 説明 オブジェクト指向型 public IntlCalendar::equals ( IntlCalendar $other ): bool 手続き型 intlcal_equ ... を投げるように設定して下さい。 例 例1 IntlCalendar::equals() <?php ini_set ( 'date.timezone' , 'UTC' ); $cal1 ...
https://man.plustar.jp/php/intlcalendar.equals.html - [similar]
タイミング攻撃に対して安全な文字列比較 11701
« hash_copy hash_file » PHP Manual Hash 関数 タイミング攻撃に対して安全な文字列比較 hash_equals ... (PHP 5 >= 5.6.0, PHP 7, PHP 8) hash_equals — タイミング攻撃に対して安全な文字列比較 説明 hash ... _equals ( string $known_string , string $user_string ): bo ... 合、 E_WARNING メッセージを出力します。 例 例1 hash_equals() の例 <?php $expected = crypt ( '12345' , '$2a$07 ... $07$usesomesillystringforsalt$' ); var_dump ( hash_equals ( $expected , $correct )); var_dump ( hash_equals ...
https://man.plustar.jp/php/function.hash-equals.html - [similar]
The Hashable interface 11457
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface ... cts which are equal must have the same hash value. equals() is used to determine if two objects are equal. I ... class Ds\Hashable { /* メソッド */ abstract public equals ( object $obj ): bool abstract public hash (): mix ... ed } 目次 Ds\Hashable::equals — Determines whether an object is equal to the cur ... キーワード: Hashable , hash , Ds , objects , which , equals , not , instance , determines , have ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
Determines whether an object is equal to the current instance 10786
« Hashable Ds\Hashable::hash » PHP Manual Hashable Determines whether an object is equal to the ... current instance Ds\Hashable::equals (PECL ds >= 1.0.0) Ds\Hashable::equals — Determine ... current instance 説明 abstract public Ds\Hashable::equals ( object $obj ): bool Determines whether another o ... erwise. 関連キーワード: Hashable , Ds , instance , equals , obj , whether , Determines , hash , objects , wh ...
https://man.plustar.jp/php/ds-hashable.equals.html - [similar]
Returns a scalar value to be used as a hash value 8787
« Ds\Hashable::equals Sequence » PHP Manual Hashable Returns a scalar value to be used as a hash ... l objects that are equal according to Ds\Hashable::equals() must have the same hash value. Hash values of eq ... ermination wouldn't be reached. */ public function equals ( $obj ): bool { return $this -> name === $obj -> ...
https://man.plustar.jp/php/ds-hashable.hash.html - [similar]
The RarEntry class 8619
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... MSDOS If the return value of RarEntry::getHostOs() equals this constant, MS-DOS was used to add this entry. ... T_OS2 If the return value of RarEntry::getHostOs() equals this constant, OS/2 was used to add this entry. In ... WIN32 If the return value of RarEntry::getHostOs() equals this constant, Microsoft Windows was used to add t ... _UNIX If the return value of RarEntry::getHostOs() equals this constant, an unspecified UNIX OS was used to ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
ハッシュコンテキストをコピーする 8192
« hash_algos hash_equals » PHP Manual Hash 関数 ハッシュコンテキストをコピーする hash_copy (PHP ... ash , copy , HashContext , context , 関数 , Hash , equals ...
https://man.plustar.jp/php/function.hash-copy.html - [similar]
演算子の優先順位 7948
« 演算子 算術演算子 » PHP Manual 演算子 演算子の優先順位 演算子の優先順位 演算子の優先順位は、二 ... は、予期せぬ結果になることでしょう echo "x minus one equals " . $x - 1 . ", or so I hope\n" ; // なぜなら、これ ... (PHP 8.0.0より前のバージョン) echo (( "x minus one equals " . $x ) - 1 ) . ", or so I hope\n" ; // 期待どおり ... 、括弧を使って優先順位を指定します echo "x minus one equals " . ( $x - 1 ) . ", or so I hope\n" ; ?> 上の例の出 ... ます。 -1, or so I hope -1, or so I hope x minus one equals 3, or so I hope 注意 : = は他のほとんどの演算子より ...
https://man.plustar.jp/php/language.operators.precedence.html - [similar]
新機能 7872
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x ... } ?> 上の例の出力は以下となります。 59 59 59 hash_equals() による、タイミング攻撃に対応した文字列比較 hash_ ... $07$usesomesillystringforsalt$' ); var_dump ( hash_equals ( $expected , $correct )); var_dump ( hash_equals ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
Adds values to the set 7704
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... able , equality will be determined by the object's equals function. If an object does not implement Ds\Hasha ... ash () { return $this -> value ; } public function equals ( $obj ): bool { return $this -> value === $obj -> ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
PREV 1 2 3 4 5 NEXT