Guest User

Untitled

a guest
Jan 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. array(
  2. 0 => array(
  3. 'alias' => 'test',
  4. 'title' => 'stack',
  5. 'content' => 'overflow',
  6. 'year' => 2019,
  7. 'test' => null
  8. ),
  9.  
  10. 1 => array(
  11. 'alias' => null,
  12. 'title' => 'stack',
  13. 'content' => 'overflow',
  14. 'year' => null,
  15. 'test' => null
  16. ),
  17.  
  18. 2 => array(
  19. 'alias' => 'else',
  20. 'title' => 'demo',
  21. 'content' => 'stack_overflow',
  22. 'year' => 2020,
  23. )
  24. );
  25.  
  26. if(strlen(serialize($array))) {
  27. //Пишем массив который длиннее
  28. }
Add Comment
Please, Sign In to add comment