On Thu, 2004-12-16 at 14:28 +0800, Louie Miranda wrote:
> <?php
> $string = "function yes good";
> $display = count_chars($string);
> 
> echo $display;
> ?>
> 
> i know this is wrong, but how can i count chars used here?

php.net/strlen ?

-Robby
-- 
/***************************************
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON  | www.planetargon.com
* Portland, OR  | [EMAIL PROTECTED]
* 503.351.4730  | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*    --- Now supporting PHP5 ---
****************************************/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to