mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add links to pack() and unpack(), respectively
That appears to be useful info for programmers coming from C, see <http://news.php.net/php.general/325662>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339729 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
078b995559
commit
45e26d4e5d
2 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,7 @@ fclose($handle);
|
|||
<member><function>fpassthru</function></member>
|
||||
<member><function>ftell</function></member>
|
||||
<member><function>rewind</function></member>
|
||||
<member><function>unpack</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -182,6 +182,7 @@ if (is_writable($filename)) {
|
|||
<member><function>fsockopen</function></member>
|
||||
<member><function>popen</function></member>
|
||||
<member><function>file_get_contents</function></member>
|
||||
<member><function>pack</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue