Array key conformity levels
Constants | ||
---|---|---|
public
|
NONE = 0
Arrays may have different keys in different orders
Arrays may have different keys in different orders |
# |
public
|
PARTIAL = 1
Data arrays always have the same keys in the same order, but key maps (if
applicable) may not have the same signature…
Data arrays always have the same keys in the same order, but key maps (if applicable) may not have the same signature as data arrays |
# |
public
|
COMPLETE = 2
Arrays and key maps (if applicable) always have the same keys in the same
order
Arrays and key maps (if applicable) always have the same keys in the same order |
# |