Skip to content

Instantly share code, notes, and snippets.

@jardix22
Last active July 24, 2018 04:10
Show Gist options
  • Save jardix22/706053392b02f9561cf3fd5776bc0659 to your computer and use it in GitHub Desktop.
Save jardix22/706053392b02f9561cf3fd5776bc0659 to your computer and use it in GitHub Desktop.
Nested array validation
<?php
if (!empty($data['image']) && !empty($data['image']['entity']) && !empty($data['image']['entity']['fid'])) {
$fid = $data['image']['entity']['fid'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment