<?php ini_get(string $option): string|false
<?php protected function getPostMaxSize() { if (is_numeric($postMaxSize = ini_get('post_max_size'))) { return (int) $postMaxSize; }
<?php if (ini_get('open_basedir') === '') { $openBaseDir = windows_os() ? explode('\\', __DIR__)[0].'\\'.';'.sys_get_temp_dir() : '/'; $iniSet = ini_set( 'open_basedir',