From b8e0dafefc0a7821c06e9e342aeffc744e2f0918 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 28 Apr 2004 17:32:29 +0000 Subject: [PATCH] spl extension continues to grow: two new functions protos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157414 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../spl/functions/ArrayIterator-seek.xml | 41 +++++++++++++++++++ .../spl/functions/ArrayObject-append.xml | 41 +++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100755 reference/spl/functions/ArrayIterator-seek.xml create mode 100755 reference/spl/functions/ArrayObject-append.xml diff --git a/reference/spl/functions/ArrayIterator-seek.xml b/reference/spl/functions/ArrayIterator-seek.xml new file mode 100755 index 0000000000..82e5af7682 --- /dev/null +++ b/reference/spl/functions/ArrayIterator-seek.xml @@ -0,0 +1,41 @@ + + + + + ArrayIterator::seek + + Seek to position + + + + Description + + boolArrayIterator::seek + intposition + + + &warn.undocumented.func; + + + + + diff --git a/reference/spl/functions/ArrayObject-append.xml b/reference/spl/functions/ArrayObject-append.xml new file mode 100755 index 0000000000..d5d166dd09 --- /dev/null +++ b/reference/spl/functions/ArrayObject-append.xml @@ -0,0 +1,41 @@ + + + + + ArrayObject::append + + Appends the value + + + + Description + + boolArrayObject::append + mixednewval + + + &warn.undocumented.func; + + + + +