diff options
Diffstat (limited to 'ext/spl/internal/splfileobject.inc')
| -rwxr-xr-x | ext/spl/internal/splfileobject.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/spl/internal/splfileobject.inc b/ext/spl/internal/splfileobject.inc index 5f746ea2d..b78c71889 100755 --- a/ext/spl/internal/splfileobject.inc +++ b/ext/spl/internal/splfileobject.inc @@ -50,14 +50,6 @@ class SplFileObject extends SplFileInfo implements RecursiveIterator, SeekableIt }
/**
- * @return the filename as specified in the constructor
- */
- function getFilename()
- {
- return $this->fname;
- }
-
- /**
* @return whether the end of the stream is reached
*/
function eof()
|
