Guest User

Untitled

a guest
Apr 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if($A->b->c != null) //c exists
  2.  
  3. if(isset($A->b->c)) { // c exists
  4.  
  5. $identification = $xml->identification;
  6. if (@count($identification->children()) == 0)
  7. $identification = $xml->Identification;
  8.  
  9. if( !empty($a->b)){
  10. var_dump($a->b);
  11. }
  12.  
  13. if($A->b->c && $A->b->c != '')
Add Comment
Please, Sign In to add comment