summaryrefslogtreecommitdiff
path: root/documentation/parameters.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 23:45:43 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 23:45:43 +0100
commit7048aa3d9b0a140a7b4aaf0b5288a8b6fcaee935 (patch)
tree49030d8db0e6a0caf66ea9c43cbb027a95f9532c /documentation/parameters.html
parent4225fc6a2d104d26f6c3c93d87505bcdccd9083d (diff)
update to documentation
Diffstat (limited to 'documentation/parameters.html')
-rw-r--r--documentation/parameters.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/parameters.html b/documentation/parameters.html
index 1bf3d8d..35707d2 100644
--- a/documentation/parameters.html
+++ b/documentation/parameters.html
@@ -75,8 +75,8 @@ function example3(int $param)
</code></pre>
</p>
<p>
- The same is true for native functions. Although the core PHP engine and PHP-CPP offers
- the possibility to specify that your function only accepts parameters of type
+ The same is true for native functions. Although the core PHP engine and PHP-CPP
+ library both offer the possibility to specify that your function only accepts parameters of type
"Php::Type::Numeric" or of type "Php::Type::String", this setting is further
completely ignored. Maybe this is going to change in the
future (let's hope so), but for now it is only meaningful to specify the