Skip to content

Instantly share code, notes, and snippets.

View thomasmerlin's full-sized avatar

Thomas Merlin thomasmerlin

  • Wemea
  • Laval
  • 16:54 (UTC +02:00)
View GitHub Profile
@thomasmerlin
thomasmerlin / index.php
Last active March 15, 2019 11:29
[PHP] - Getting array max depth | Disclaimer & Warning : This function may not handle every case, but works for most basic ones.
<?php
// Function
/**
* Get the array max depth.
*
* @param array $array
*
* @return int
*/
private function getArrayMaxDepth(array $array): int