PHP code example of mario-deluna / hip

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

    

mario-deluna / hip example snippets


Hip\Hip::decode( $hipString );

Hip\Hip::decode( $myArray );

Hip\Hip::read( 'my/path/to/file.hip' );

Hip\Hip::write( 'my/path/to/file.hip', $myArray );