Salve,
è più veloce:
oppure:Codice PHP:
preg_match( "/$user/", $this->list['perm_read'] )
E qual è il metodo scritto peggio, o male (anche se funzionano tutti e due)?Codice PHP:
preg_match( "/".$user."/", $this->list['perm_read'] )
Grazie
![]()