PHP code example of enjoys / functions
1. Go to this page and download the library: Download enjoys/functions library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
enjoys / functions example snippets
\getValueByIndexPath($indexPath, $data = []); //$var['foo[name]'] выбирает из массива нужный результат
\array_merge_recursive_distinct(array $array1, array $array2);
\iniSize2bytes($phpIniSize); //10М -> 10485760
\bytes2iniSize($size); // 10485760 -> 10М