Replacing strings
#4

You're returning data..
PHP код:
stock encryptDecrypt(data[])
{
    new 
search[] = {"a""b""c"};
    new 
replace[] = {"d""e""f"};
    new 
result[sizeof(data)] = strreplace(datasearchreplacetrue0, -1strlen(data));
    return 
result;

Reply


Messages In This Thread
Replacing strings - by MichiEXE - 17.06.2016, 21:27
Re: Replacing strings - by K0P - 17.06.2016, 21:35
Re: Replacing strings - by MichiEXE - 17.06.2016, 21:40
Re: Replacing strings - by Luicy. - 17.06.2016, 22:39
Re: Replacing strings - by PrO.GameR - 17.06.2016, 22:52

Forum Jump:


Users browsing this thread: 1 Guest(s)