Error handling in PHP file operations

preview_player
Показать описание
The simple most way of handling error in PHP while operating with file is function die().

{
}
else
{
die("The file does not exists.");
}
Рекомендации по теме
join shbcf.ru