diff options
author | Sascha Schumann <sas@php.net> | 1999-05-28 18:51:51 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-28 18:51:51 +0000 |
commit | 62a9f2137ccefb16e1ec56287a7baea481bfd78b (patch) | |
tree | 723ad8628af2c3c815dd39c6a36d88e2ca49c8d6 /apidoc.txt | |
parent | cd789db6f29a17a574e453be38fe8f50f87e0740 (diff) | |
download | php-git-62a9f2137ccefb16e1ec56287a7baea481bfd78b.tar.gz |
I think that is the preferred way as of now
Diffstat (limited to 'apidoc.txt')
-rw-r--r-- | apidoc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apidoc.txt b/apidoc.txt index 2b7fecde04..34eac2896c 100644 --- a/apidoc.txt +++ b/apidoc.txt @@ -19,7 +19,7 @@ Table of Contents All functions look like this: - void php3_foo(INTERNAL_FUNCTION_PARAMETERS) { + PHP_FUNCTION(foo) { } |