| PHP » GoLang | login |
            register |
            
            about | 
| GoLang AppendIterator::key
                                request it (630)
                            GoLang replacement for PHP's AppendIterator::key
                            [edit | history] 
                             AppendIterator::key(PHP 5 >= 5.1.0, PHP 7) AppendIterator::key — Gets the current key Description
   public scalar AppendIterator::key
    ( void
   ) Get the current key. ParametersThis function has no parameters. Return Values
   The current key if it is valid or  Examples
 Example #1 AppendIterator::key() basic example 
<?phpThe above example will output: a aardwolf b bear c capybara 0 apple 1 orange 2 lemon a aardwolf b bear c capybara 0 apple 1 orange 2 lemon See Also
 
 | 
                    more
                     Most requested
 
                    more
                     Last requests
 |