Skip to content

divinity76/phpcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpcpp

php functions ported to c++

to see what's available check https://github.com/divinity76/phpcpp/blob/master/src/php_namespace.hpp#L17

warning

the functions are imprecisely ported. While they are all at least roughly equivalent, some functions do deviate from their PHP counterparts, and to make matters worse the deviations are undocumented (for example file_get_contents() does not (yet?) support $use_include_path / resource $context / int $offset = 0 / int $maxlen)

also there is no api stability guarantee and very few functions are available and there is no version number.

About

php functions ported to c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages