How do I convert PHP to C++ coding?
Moderator: General Moderators
-
project168
- Forum Newbie
- Posts: 5
- Joined: Sat Mar 26, 2011 1:33 pm
How do I convert PHP to C++ coding?
Is there a compiler to do that?
Last edited by project168 on Sat Mar 26, 2011 9:23 pm, edited 1 time in total.
- MindOverBody
- Forum Commoner
- Posts: 96
- Joined: Fri Aug 06, 2010 9:01 pm
- Location: Osijek, Croatia
Re: Using PHP to transmit/write characters to a USB port dev
You can only write file contents on a drive which is USB with this:
X is drive letter of USB drive. Other type of data manipulation is simply impossible with PHP.
Code: Select all
file_put_contents( "X:\file\path\on\usb\stick", $data );
Re: How do I convert PHP to C++ coding?
facebook has released HipHop PHP - but that does not mean that it's going to transform *any* php code to C++project168 wrote:Is there a compiler to do that?