Improve the Array.hash() documentation
Co-authored-by: Laguzus <67963093+Laguzus@users.noreply.github.com>
This commit is contained in:
@ -318,7 +318,8 @@
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
Returns a hashed integer value representing the array contents.
|
||||
Returns a hashed integer value representing the array and its contents.
|
||||
[b]Note:[/b] Arrays with equal contents can still produce different hashes. Only the exact same arrays will produce the same hashed integer value.
|
||||
</description>
|
||||
</method>
|
||||
<method name="insert">
|
||||
|
||||
Reference in New Issue
Block a user