PHP » PYTHON |
login |
register |
about
|
|
key(PHP 4, PHP 5) key — Fetch a key from an array Descriptionkey() returns the index element of the current array position. Parameters
Return ValuesReturns the index. Examples
Example #1 key() example
<?phpThe above example will output: fruit1<br /> fruit4<br /> fruit5<br />
|
more
Recently updated
more
Most requested
|