ID:          20869
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Assigned
+Status:      Closed
 Bug Type:    Documentation problem
 PHP Version: 4CVS-2002-12-06 (dev)
 Assigned To: jmcastagnetto
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2002-12-25 16:16:43] [EMAIL PROTECTED]

Assigning this to myself. Documentation halfway finished.

------------------------------------------------------------------------

[2002-12-06 17:29:19] [EMAIL PROTECTED]

OK, here's another function needing docs.

string money_format(string format, float value)
Convert monetary value(s) to string 

This function wraps strfmon (the C function).  You can get a full
description by reading the man page.  One difference is that the PHP
function converts one number instead of any number of them.

Here's a simple example:
<?
        print(money_format("[%^=*#6n]", 1234.567));
?>


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20869&edit=1


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

Reply via email to