PHP code example of rde / common

1. Go to this page and download the library: Download rde/common 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/ */

    

rde / common example snippets


array_get($array, $key[, $callable_or_default]);

array_each($callback, $array_1[, $array_2[, ...]]);

array_merge_callback(callable $merge_driver, $base_array[, $array_1[, $array_2[, ...]]])