mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
extra tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279176 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9742d0f6fd
commit
27ccc98710
1 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.offsetget">
|
||||
<refnamediv>
|
||||
<refname>Phar::offsetGet</refname>
|
||||
<refpurpose>get a PharFileInfo object for a specific file</refpurpose>
|
||||
<refpurpose>Gets a <classname>PharFileInfo</classname> object for a specific file</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
|
@ -13,10 +13,10 @@
|
|||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
This is an implementation of the <interfacename>ArrayAccess</interfacename> interface allowing
|
||||
direct manipulation of the contents of a Phar archive using
|
||||
array access brackets. offsetGet is used for retrieving files from
|
||||
a Phar archive.
|
||||
This is an implementation of the <interfacename>ArrayAccess</interfacename>
|
||||
interface allowing direct manipulation of the contents of a Phar archive using
|
||||
array access brackets. <methodname>Phar::offsetGet</methodname> is used
|
||||
for retrieving files from a Phar archive.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
@ -55,11 +55,11 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>A <function>Phar::offsetGet</function> example</title>
|
||||
<title><function>Phar::offsetGet</function> example</title>
|
||||
<para>
|
||||
As with all classes that implement the <classname>ArrayAccess</classname>
|
||||
interface, offsetGet is automatically called when using the [] angle bracket
|
||||
operator
|
||||
interface, <methodname>Phar::offsetGet</methodname> is automatically
|
||||
called when using the <literal>[]</literal> angle bracket operator.
|
||||
</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue