PHP code example of bluesnowman / fphp-saber

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

    

bluesnowman / fphp-saber example snippets

`
$value = $object->unbox();
`
function(?Core\Type... $m) : ?Core\Type
`
function(Core\Type $c) : Core\Type
function(Core\Type $c, Core\Type $x) : Core\Type
`
function(Core\Type $x) : IBool\Type
function(Core\Type $x, IInt32\Type $i) : IBool\Type
`
function(Core\Type $x) : ?IUnit\Type
function(Core\Type $x, IInt32\Type $i) : ?IUnit\Type
`
function(Core\Type $x) : Core\Type
function(Core\Type $x, IInt32\Type $i) : Core\Type