E' possibile fare una funzione che richiama una funzione leggendo una stringa?
Ad esempio:
restituisceCodice PHP:
miafunzione('Mio Testo [test:500] Mio Testo');
Mio TestoMio testoCodice PHP:
test(500);
dove test() è una funzione precedentemente dichiarata