Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
slice2php(1)		    General Commands Manual		  slice2php(1)

NAME
       slice2php - The Slice to	PHP compiler.

SYNOPSIS
       slice2php [options] [files]

DESCRIPTION
       slice2php  compiles  Slice files	to PHP.	The macro __SLICE2PHP__	is de-
       fined during this compilation.

       Full documentation for slice2php	is available online at:
       https://doc.zeroc.com/ice/3.7/language-mappings/php-mapping/client-
       side-slice-to-php-mapping/slice2php-command-line-options

OPTIONS
       -h, --help
	      Displays a help message.

       -v, --version
	      Displays the compiler version.

       -DNAME
	      Defines the preprocessor symbol NAME.

       -DNAME=DEF
	      Defines the preprocessor symbol NAME with	the value DEF.

       -UNAME
	      Undefines	the preprocessor symbol	NAME.

       -IDIR
	      Add the directory	DIR to the search  path	 for  #include	direc-
	      tives.

       -E
	      Print the	preprocessor output on stdout.

       --output-dir DIR
	      Place the	generated files	into directory DIR.

       -d, --debug
	      Print  debug  information	 showing  the  operation  of the Slice
	      parser.

       --depend
	      Print dependency information to standard output by  default,  or
	      to  the  file  specified by the --depend-file option. No code is
	      generated	when this option is specified.

       --depend-xml
	      Print dependency information in XML format to standard output by
	      default, or to the file specified	by the	--depend-file  option.
	      No code is generated when	this option is specified.

       --depend-file FILE
	      Directs dependency information to	the specified file. The	output
	      format depends on	whether	--depend or --depend-xml is also spec-
	      ified.

       --validate
	      Checks  the  provided  command-line options for correctness, and
	      does not generate	any code.

       --all
	      Generate code for	all Slice definitions,	including  those  from
	      included files.

       --no-namespace
	      Generate code without support for	PHP namespaces (deprecated).

       --checksum CLASS
	      Generate checksums for Slice definitions.

       --php5 CLASS
	      Generate PHP5 compatible code.

SEE ALSO
       slice2cpp(1), slice2cs(1), slice2java(1), slice2js(1), slice2matlab(1),
       slice2objc(1), slice2py(1), slice2rb(1),	slice2swift(1)

								  slice2php(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=slice2php&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help