#x27;sd']
$array['rd']
is changed to xmlrpc 'struct' type - thats ok too.
But array (indexed from 1):
$array[1]
$array[2]
$array[3]
is changed to xmlrpc 'array' type.
Is it possible to change this type to xmlrpc 'struct' type ?
Sorry, my english is not well
Hello
How can I get an error code of my last pgsql query like in mysql
'mysql_errno()' ?
http://www.postgresql.org/docs/7.4/static/errcodes-appendix.html
Bambero
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
What do you think about this function ?
==
function _headerencode($headervalue, $headername=false,
$charset='ISO-8859-1', $length=76) {
if($headername) $headername.=': ';
$headervalue=str_replace('%', '=', rawurlencode($headerv
Burhan Khalid wrote:
Bambero wrote:
Hi
I need to split a string by the: , (comma) separator, but when the
comma is beetwen ""
it should be skipped.
Ex:
test ts sasa, assas "sasa,asaas" dasdas, da
=> test ts sasa
=> assas "sasa,asaas" dasdas
=> da
If
Hi
I need to split a string by the: , (comma) separator, but when the comma
is beetwen ""
it should be skipped.
Ex:
test ts sasa, assas "sasa,asaas" dasdas, da
=> test ts sasa
=> assas "sasa,asaas" dasdas
=> da
Thx
Bambero
--
PHP General Mailing List (htt
5 matches
Mail list logo