std icon indicating copy to clipboard operation
std copied to clipboard

An attempt at a standard library for PHP

Results 2 std issues
Sort by recently updated
recently updated
newest added

When reading a file with an UTF-8 BOM (or any other BOM, for that matter) , the BOM is part of the `fgetcsv()` read, which corrupts the header row: -...

# Changed log - To reduce nested condition, using the `?:` operator to do that. - Using the `??` syntax to reduce conditions. - Using the error `Exception` first to...