|
(PHP 5)
vfprintf — Write a formatted string to a stream
Description
int vfprintf ( resource $handle, string $format, array $args )
Write a string produced according to format to the stream resource specified by handle. format is described in the documentation for sprintf().
Operates as fprintf() but accepts an array of arguments, rather than a variable number of arguments.
Returns the length of the outputted string.
<?php
if (!($fp = fopen('date.txt', 'w')))
return;
vfprintf($fp, "%04d-%02d-%02d", array($year, $month, $day));
// will write the formatted ISO date to date.txt
?>
Doing for this function is string
Add by Pancho
You can edit it here
|
abcarticle.ru (blockart[dog]mail[dot]ru)
5LeDiJ <a href="http://vzqrbkgrquam.com/">vzqrbkgrquam</a>, [url=http://grxxpiudihcs.com/]grxxpiudihcs[/url], [link=http://wbouvesjwntd.com/]wbouvesjwntd[/link], http://nvlqkkymghas.com/
|
|
Adding comments is available only for registered users.
|
NSF Selects Young Theoretical Computer Scientist for its Highest Honor
The National Science Foundation (NSF) is pleased to announce the selection of New York University's Subhash Khot, an associate professor at the Courant Institute of Mathematical Sciences, to receive its 2010 Alan T. Waterman Award. Considered the NSF's most prestigious honorary award since its establishment in 1975, this honor is given annually to an outstanding researcher under the age of 36 in any field of science and engineering supported by NSF. The honor includes a grant of ...
More at http://www.nsf.gov/news/news_summ.jsp?cntn_id=116554&WT.mc_id=USNSF_51&WT.mc_ev=click
This is an NSF News item.
|
|
PycckaR BepcuR
Articles

Library

Downloads

|