playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2008/03/05 20:16] – playing around with code, in the playground philipplayground:playground [2022/05/28 16:26] (current) aaronjunker
Line 1: Line 1:
 ====== PlayGround ====== ====== PlayGround ======
  
-<code php> 
-<?php 
-phpinfo(); 
-?> 
-</code> 
  
-<code xml> 
- 
-<?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> 
-</code> 
playground/playground.1204748178.txt.gz · Last modified: 2017/09/22 13:28 (external edit)