mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
arg.. add missing words from last commit. also obfuscate the example :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220362 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
752c7c0489
commit
d157ed8033
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.63 $ -->
|
||||
<!-- $Revision: 1.64 $ -->
|
||||
<appendix id="wrappers">
|
||||
<title>List of Supported Protocols/Wrappers</title>
|
||||
<para>
|
||||
|
@ -894,7 +894,7 @@ file_put_contents("php://filter/write=string.rot13/resource=example.txt","Hello
|
|||
<title>Data (RFC 2397)</title>
|
||||
<simpara>
|
||||
The <filename>data:</filename> (<ulink url="&url.rfc;2397">RFC
|
||||
2397</ulink>) is available since PHP 5.2.0.
|
||||
2397</ulink>) stream wrapper is available since PHP 5.2.0.
|
||||
</simpara>
|
||||
|
||||
<example>
|
||||
|
@ -903,7 +903,7 @@ file_put_contents("php://filter/write=string.rot13/resource=example.txt","Hello
|
|||
<![CDATA[
|
||||
<?php
|
||||
// prints "I love PHP"
|
||||
echo file_get_contents('data://text/plain;base64,' . base64_encode("I love PHP\n"));
|
||||
echo file_get_contents('data://text/plain;base64,SSBsb3ZlIFBIUAo=');
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue