我有各种各样的数组,将包含
story & message
Run Code Online (Sandbox Code Playgroud)
or just
story
Run Code Online (Sandbox Code Playgroud)
How would I check to see if an array contains both story and message? array_key_exists() only looks for that single key in the array.
Is there a way to do this?