Posted
almost 13 years
ago
by
$client = new SoapClient("some.wsdl"); $client->SomeFunction
545
|
Posted
almost 13 years
ago
by
how to find your true love in the least time
now i can use PHP in java files.....wow thats a great help that i was looking forward to. Now i can play more with these codes. I hope i get to read more of this kind of work.
|
Posted
almost 13 years
ago
by
mildevivy
|
Posted
almost 13 years
ago
by
Enuple
|
Posted
almost 13 years
ago
by
Rafał
@Timo: thanks for the report. I think, I've managed to fix it. Check github for latest changes.
|
Posted
almost 13 years
ago
by
Timo
pathinfo("htaccess", PATHINFO_FILENAME) in PHP returns "htaccess",
but pathinfo("htaccess", 'PATHINFO_FILENAME') in JS returns "".
|
Posted
almost 13 years
ago
by
hieshibre
|
Posted
almost 13 years
ago
by
weldan
https://gist.github.com/3304628
/************************************
* @name php_uname.js
* @date August 9 2012
* @author weldan <[email protected]>
************************************/
/***************************************
* FIXME:
*
|
Posted
almost 13 years
ago
by
Dj
Note that the regexp does not include the char "F" (uppercase), so expressions like "%01.2F" will not works.
The function is already done to process it, but it just was missed in the regexp so it is not captured.
|
Posted
almost 13 years
ago
by
Jan Bouvrie
Is it me, or is the type change from string '4.0' to numeric 4 in the example a side effect?
|