Is there a place where we can see the PHP <=> C ++ equilavent libraries / function for the php developer starting with C ++?

Is there a place where we can see PHP & lt; => C ++ equilavent libraries / functions for PHP developers, starting with C ++

?

As a PHP developer, starting with C ++, I often ask myself: what is equivalent to such and such a PHP function in C ++?

The advantage of php is that we have a very good site that documents everything we can use. All commonly used PHP modules are all listed in one place ( http://php.net/manual/en/funcref.php ).

One of the difficulties starting with C ++ is that we should always search the entire Internet for one (often one of many) equivalent PHP functions.

, ( ) ++ PHP .

+3

Source: https://habr.com/ru/post/1759670/


All Articles