This method is not static! It must be called:
<?php
$zip = new ZipArchive();
...
echo $zip->getStatusString();
?>
(Using PHP 5.4.4)
(PHP 5 >= 5.2.7, PHP 7)
ZipArchive::getStatusString — Returns the status error message, system and/or zip messages
Returns the status error message, system and/or zip messages.
이 함수는 인수가 없습니다.
Returns a string with the status message on success실패 시 FALSE
를 반환합니다.