PHP code example of foxworn3365 / fluorine

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

    

foxworn3365 / fluorine example snippets



$array = [
  "foxworn3365",
  "paolo bonolis",
  "barbara d'urso",
  "jerry scotty",
  "pogiolo"
];

sort($array);

foreach ($array as $value) {
  // ..
}


new NextArray([
  "foxworn3365",
  "paolo bonolis",
  "barbara d'urso",
  "jerry scotty",
  "pogiolo"
])->sort()->foreach($value) {
  // ..
});

\Fluorine\ClearObjet(): {
  "0":"value1",
  "1":"value2",
  "2":"value3"
}