Method get_weak_flag()
- Method
get_weak_flag
intget_weak_flag(array|mapping|multisetm)- Description
Returns the weak flag settings for
m. It's a combination of Pike.WEAK_INDICES and Pike.WEAK_VALUES.
int get_weak_flag(array|mapping|multiset m)
Returns the weak flag settings for m. It's a combination of
Pike.WEAK_INDICES and Pike.WEAK_VALUES.