From 49d88d98a0656233f15923d31ea67a1ed229e514 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 9 Mar 2014 22:37:41 +0100 Subject: work in progress on iterators --- documentation/calling-functions-and-methods.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/calling-functions-and-methods.html') diff --git a/documentation/calling-functions-and-methods.html b/documentation/calling-functions-and-methods.html index 8e2e7ba..d3bc3e2 100644 --- a/documentation/calling-functions-and-methods.html +++ b/documentation/calling-functions-and-methods.html @@ -114,7 +114,7 @@ extern "C" { is used in the example to call the PHP method DateTime::format().

- In PHP scripts you can create an array with two members: and object and + In PHP scripts you can create an array with two members: an object and the name of a method. This array can then be used as if it was a regular function. You can do similar things in C++, as we showed in the example with the "time_format" variable. -- cgit v1.2.3