PHP code example of cryonighter / object-column

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

    

cryonighter / object-column example snippets

 php
[456 => '123', 'asd' => 'qwe']
 php
[
    '456-789' => '123-456',
    'asd-zxc' => 'qwe-asd',
];
 bash
$ php vendor/phpunit/phpunit/phpunit tests