diff options
author | Joe George <joe@zeroc.com> | 2023-02-23 09:19:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 09:19:13 -0500 |
commit | 374a5485f89fa3db7782ce45b22a33f02e59b79a (patch) | |
tree | 1852c7b60340133d84e498328f9ac73e234704a0 /man/man1/slice2php.1 | |
parent | JS: prefer use endsWith to lastIndexOf (diff) | |
download | ice-374a5485f89fa3db7782ce45b22a33f02e59b79a.tar.bz2 ice-374a5485f89fa3db7782ce45b22a33f02e59b79a.tar.xz ice-374a5485f89fa3db7782ce45b22a33f02e59b79a.zip |
Add php5 flag to slice2php (#1443)
Diffstat (limited to 'man/man1/slice2php.1')
-rw-r--r-- | man/man1/slice2php.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man1/slice2php.1 b/man/man1/slice2php.1 index 82b5ddea1c7..fc597eeeffc 100644 --- a/man/man1/slice2php.1 +++ b/man/man1/slice2php.1 @@ -101,6 +101,11 @@ Generate code without support for PHP namespaces (deprecated). .br Generate checksums for Slice definitions. +.TP +.BR \-\-php5 " " CLASS\fR +.br +Generate PHP5 compatible code. + .SH SEE ALSO .BR slice2cpp (1), |