Summary
- File
- Package hierarchy PHPBoost\Environment
- Class hierarchy \ServerConfiguration
get_phpversion() : string
system php version.
None found |
get_upload_max_filesize() : integer
Detects max size of file cab be uploaded to server
Based on php.ini parameters "upload_max_filesize", "post_max_size" & "memory_limit". Valid for single file upload form. May be used as MAX_FILE_SIZE hidden input or to inform user about max allowed file size.
Max file size in bytes
None found |
is_php_compatible() : true
if php version fits to phpboost's requirements.
None found |
has_gd_library() : true
if GD library is available, else false.
None found |
has_curl_library() : true
if curl library is available, else false.
None found |
has_mbstring_library() : true
if MBstring (UTF-8) library is available, else false.
None found |
has_zip_library() : true
if zip library is available, else false.
None found |
has_url_rewriting() : true
if url rewriting is available, else false.
None found |