playground:playground

This is an old revision of the document!


PlayGround

u
Index: phpdoc/en/reference/curl/functions/curl-setopt.xml
diff -u phpdoc/en/reference/curl/functions/curl-setopt.xml:1.27 phpdoc/en/reference/curl/functions/curl-setopt.xml:1.28
--- phpdoc/en/reference/curl/functions/curl-setopt.xml:1.27	Fri Aug 17 21:00:52 2007
+++ phpdoc/en/reference/curl/functions/curl-setopt.xml	Sat Mar  1 21:31:03 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
 <refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_setopt</refname>
@@ -718,7 +718,7 @@
            </entry>
           </row>
           <row>
-           <entry><constant>CURLOPT_EGBSOCKET</constant></entry>
+           <entry><constant>CURLOPT_EGDSOCKET</constant></entry>
            <entry>
             Like <constant>CURLOPT_RANDOM_FILE</constant>, except a filename
             to an Entropy Gathering Daemon socket.
<?php
phpinfo();
?>
<?xml version="1.0" encoding="utf-8"?>
 
<refentry xml:id="function.apc-add" xmlns="http://docbook.org/ns/docbook">
 <refnamediv>
  <refname>apc_add</refname>
  <refpurpose>
   Cache a variable in the data store
  </refpurpose>
 </refnamediv>
 
 <refsect1 role="description">
  <title>Description</title>
  <methodsynopsis>
   <type>bool</type><methodname>apc_add</methodname>
   <methodparam><type>string</type><parameter>key</parameter></methodparam>
   <methodparam><type>mixed</type><parameter>var</parameter></methodparam>
   <methodparam choice="opt"><type>int</type><parameter>ttl</parameter></methodparam>
  </methodsynopsis>
  <para>
   Caches a variable in the data store, only if it's not already stored.
  </para>
 </refsect1>
 
</refentry>
Class MyClass {
  function compute(MyOtherClass $x)
  {
      $a = new AgainAnotherClass;
  }
}
This is a vote test
Real name Is it awesome? Is it really,
really awesome?
Or maybe it sucks?
andi (andi)   
bjori (bjori)   
cataphract (cataphract)
David Vega (dukeofgaming)   
felipe (felipe)   
gwynne (gwynne)   
iliaa (iliaa)   
kalle (kalle)   
pajoye (pajoye)   
philip (philip)  
rasmus (rasmus)   
salathe (salathe)  
stas (stas)  
Count: 6 8 4
playground/playground.1307158734.txt.gz · Last modified: 2017/09/22 13:28 (external edit)