Salve a tutti!
Andando sul sito php.net a questa pagina ho letto la documentazione per la funzione get_magic_quotes_runtime. Riporto la spiegazione:
Solo non riesco a immaginare un esempio pratico. Qualcuno di voi ha avuto a che fare con questa funzione? può illuminarmi?get_magic_quotes runtime and set_magic_quotes_runtime are useful when you want to read some data in a binary file using fread() and some bytes in such file may be interpreted as \ (backslash), " (double quotes), ' (simple quote) or any "special" character that has a meaning for string processing.![]()