PHP » GoLang |
login |
register |
about
|
GoLang Phar::offsetExists
request it (380)
GoLang replacement for PHP's Phar::offsetExists
[edit | history]
Phar::offsetExists(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.0.0) Phar::offsetExists — Determines whether a file exists in the phar Description
public bool Phar::offsetExists
( string
$offset
)This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets. offsetExists() is called whenever isset() is called. Parameters
Return Values
Returns Examples
Example #1 A Phar::offsetExists() example
<?php The above example will output: bool(true) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|