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 | Returns an array of all declared interfaces | Manual | Tutorial | Help

SEO Services



Website Programming in PHP / MYSQL



Friends


    Returns an array of all declared interfaces

    get_declared_interfaces

    (PHP 5)

    get_declared_interfaces — Returns an array of all declared interfaces

    Description

    array get_declared_interfaces ( void )

    Gets the declared interfaces.

    Return Values

    Returns an array of the names of the declared interfaces in the current script.

    Examples

    Example #1 get_declared_interfaces() example

    <?php
    print_r
    (get_declared_interfaces());
    ?>

    The above example will output something similar to:

    Array
    (
        [0] => Traversable
        [1] => IteratorAggregate
        [2] => Iterator
        [3] => ArrayAccess
        [4] => reflector
        [5] => RecursiveIterator
        [6] => SeekableIterator
    )
    


    SEO Tutorial / Articles





    Php / Mysql Tutorial



    Articles



      Portfolio


      SEO by Jainsachin