void
File_Fortune::delete
(
int
$index
)
delete() may be used to delete a fortune at a given index. However, the easier usage is to simply use unset with array notation:
<?php
unset($fortunes[$index]);
If multiple files or a directory have been set, you cannot manipulate the fortune list, and this method will raise an exception.
$index
throws File_Fortune_Exception
This function can not be called statically.