English
Which fast? isset or array_key_exists?
isset is more fast. Becouse this function is in kernel of PHP. But array_key_exists is an extension. For this isset() function is more fast.
isset is more fast. Becouse this function is in kernel of PHP. But array_key_exists is an extension. For this isset() function is more fast.