26-07-2011, 08:42 PM
(26-07-2011, 07:39 PM)php_addict a écrit : merci pour vos réponses vous être des As en poo
je ne suis pas certain d'avoir compris: array($this, 'CallBack_GetFileContent') est donc un objet ?
non c'est bien un tableau, imagines toi que la fonction auquel tu envoies ça fait un truc du genre
(on envoie le tableau sou le nom func)
Code :
si func est une fonction,
retourne func(match) // match étant la capture de ta regexp
sinon si func est un tableau
si func[0] est un objet
retourne func[0]->func[1](match)
sinon si func[0] est une classe
retourne func[0]::func[1](match)
error()