Funciones startsWith () y endsWith () en PHP
¿Cómo puedo escribir dos funciones que tomarían una cadena y regresarían si comienza con el carácter/cadena especificado o termina con él?
Por ejemplo:
$str = '|apples}';
echo startsWith($str, '|'); //Returns true
echo endsWith($str, '}'); //Returns true
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52