|
(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.
|
Shrinking Atmospheric Layer Linked to Low Levels of Solar Radiation
Large changes in the sun's energy output may drive unexpectedly dramatic fluctuations in Earth's outer atmosphere. Results of a study published today link a recent, temporary shrinking of a high atmospheric layer with a sharp drop in the sun's ultraviolet radiation levels. The research, led by scientists at the National Center for Atmospheric Research (NCAR) in Boulder, Colo., and the University of Colorado at Boulder (CU), indicates that the sun's magnetic cycle, which produces ...
More at http://www.nsf.gov/news/news_summ.jsp?cntn_id=117580&WT.mc_id=USNSF_51&WT.mc_ev=click
This is an NSF News item.
|
|
PycckaR BepcuR
Articles

Library

Downloads

|