From 11f91796a944e05da1212dd98fe7803dbd4dbb3e Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Sun, 25 Apr 2010 15:55:43 +0000 Subject: [PATCH] Add procedural example (to demonstrate the docbook format I am proposing on php-doc list). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298519 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/datetime/modify.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/reference/datetime/datetime/modify.xml b/reference/datetime/datetime/modify.xml index 4ae2bb129d..46a58b60e5 100644 --- a/reference/datetime/datetime/modify.xml +++ b/reference/datetime/datetime/modify.xml @@ -68,7 +68,8 @@ &reftitle.examples; - A <function>date_modify</function> example + <function>DateTime::modify</function> example + &style.oop; format('Y-m-d'); ?> ]]> - &example.outputs; + &style.procedural; + + +]]> + + &examples.outputs;