Questione : Domanda relativa del PHP

ciao cari esperti, ho qui codice di qualche PHP e ci sono alcune linee che non faccio understand.

1. Che cosa questa linea fa?
$qrrystring = “? „ .preg_replace (“/&page= ( [0-9]) +„, '', $qrrystring). “& „;

2. Che cosa questa linea fa?
$obj1 = nuovo F1 (); il

3. che cosa fa questo codice fa?
se (isset ($myrekest [“PHPSESSID„]))
{
unset ($myrekest [“PHPSESSID„]);
del
} se (isset ($myrekest [“__utmz„])) del
{
unset ($myrekest [“__utmz„]);
del
} se (isset ($myrekest [“__utma„])) del
{
unset ($myrekest [“__utma„]);
del
} se (isset ($myrekest [“__utmc„])) del
{
unset ($myrekest [“__utmc„]);
del
} se (isset ($myrekest [“__utmb„])) del
{
unset ($myrekest [“__utmb„]);

Thank you
del
} class= del

Risposta : Domanda relativa del PHP

1. Sostituisce “querystring„ in un URL con &page= ([0-9]) +

2. Genera “un nuovo„ oggetto del codice categoria F1.

3. “Unsets„ o reso a posizione di segnale minimo un la serie di valori del biscotto.
Altre soluzioni  
 
programming4us programming4us