Related Links : Search Engine Optimization | | Search Engine Marketing | Online Marketing | Freelance Programmer| SEO Thailand | SEO Expert | SEO services | PHP Programmer Thailand | SEO Tutorial | What is SEO |

  Home Our SEO Services SEO Expert Consultant Php Programmer Scripts| Email : sachin {at} jainsachin {dot} com

PHP | Rewind array back to the start | Manual | Tutorial | Help

SEO Services



Website Programming in PHP / MYSQL



Friends


    Rewind array back to the start

    ArrayIterator::rewind

    (PHP 5)

    ArrayIterator::rewind — Rewind array back to the start

    Description

    void ArrayIterator::rewind ( void )

    This rewinds the iterator to the beginning.

    Parameters

    This function has no parameters.

    Return Values

    No value is returned.

    Examples

    Example #1 ArrayIterator::rewind() example

    <?php
    $arrayobject 
    = new ArrayObject();

    $arrayobject[] = 'zero';
    $arrayobject[] = 'one';
    $arrayobject[] = 'two';

    $iterator $arrayobject->getIterator();

    $iterator->next();
    echo 
    $iterator->key(); //1

    $iterator->rewind(); //rewinding to the begining
    echo $iterator->key(); //0
    ?>


    SEO Tutorial / Articles





    Php / Mysql Tutorial



    Articles



      Portfolio


      SEO by Jainsachin