File manager - Edit - /home/autoph/public_html/connectv1/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php
Back
<?php namespace PhpOffice\PhpSpreadsheet\Reader\Xlsx; class BaseParserClass { protected static function boolean($value) { if (is_object($value)) { $value = (string) $value; } if (is_numeric($value)) { return (bool) $value; } return $value === strtolower('true'); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings