File_Fortune::delete

File_Fortune::delete() – Delete an existing fortune

Synopsis

require_once 'File/Fortune.php';

void File_Fortune::delete ( int $index )

Description

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.

Parameter

integer $index

Throws

throws File_Fortune_Exception

Note

This function can not be called statically.

Create a new fortune file from an array of fortunes (Previous) Retrieve all fortunes from the current file (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.