Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18826 программистов и 1635 роботов. Сейчас ищут 1610 программистов ...
Mail_Mbox::hasBeenModified
Вернуться к: Mail_Mbox
Mail_Mbox::hasBeenModified
Mail_Mbox::hasBeenModified() – Checks if the file was modified since it has been loaded.
Synopsis
require_once '/Mbox.php';
boolean Mail_Mbox::hasBeenModified ( )
Checks if the mbox file has been modified since opening. If this is true, the file needs to be re-opened.
Return value
returns True if it has been modified.
Вернуться к: Mail_Mbox