简体   繁体   English

有没有一个地方我们可以看到PHP <=> C ++ equilavent库/函数为一个从C ++开始的php开发人员?

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

Is there a place where we can see PHP <=> C++ equilavent libraries/function for a php developer starting with C++? 有没有一个地方我们可以看到PHP <=> C ++ equilavent库/函数为一个从C ++开始的php开发人员?

As a PHP developer starting with C++, I often ask myself: what is the equivalent of such-and-such PHP function in C++? 作为一个以C ++开头的PHP开发人员,我经常会问自己:在C ++中,这样的PHP函数是什么?

The advantage of php, is that we have a very nice site which documents about everything we might want to use. php的优点是,我们有一个非常好的网站,它记录了我们可能想要使用的所有内容。 All the commonly used PHP modules are all listed in one place ( http://php.net/manual/en/funcref.php ). 所有常用的PHP模块都列在一个地方( http://php.net/manual/en/funcref.php )。

One of the difficulties of starting with C++ is that we always have to search all over the web for one (often one of many) equivalent of a php function. 从C ++开始的困难之一是我们总是必须在整个网络上搜索一个(通常是众多的)一个PHP函数。

It'd be nice to have a place where there is a table with the equivalent C++ library (or header) for each PHP module or group of function. 如果有一个表格,每个PHP模块或一组函数都有等效的C ++库(或标题),那就太好了。

There is no direct mapping for all php functionality to C++. 没有直接映射所有PHP功能到C ++。

The languages are just too different and are designed for completely different purposes. 这些语言太不同了,而且设计用于完全不同的目的。

All C++ standard libraries are documented here: 这里记录了所有C ++标准库:

Here is a link to Stack overflow that provides a list of useful resources. 这是Stack overflow的链接,它提供了一系列有用的资源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM