1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-30 19:12:28 +02:00
Files
archived-doc-ja/reference/strings/functions/vprintf.xml
Hideyuki Shimooka 3a287886ae translation updated
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@189347 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-27 15:38:45 +00:00

57 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./ja/functions/strings.xml, last change in rev 1.48 -->
<!-- EN-Revision: 1.4 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka -->
<refentry id="function.vprintf">
<refnamediv>
<refname>vprintf</refname>
<refpurpose>フォーマットされた文字列を出力する</refpurpose>
</refnamediv>
<refsect1>
<title>説明</title>
<methodsynopsis>
<type>int</type><methodname>vprintf</methodname>
<methodparam><type>string</type><parameter>format</parameter></methodparam>
<methodparam><type>array</type><parameter>args</parameter></methodparam>
</methodsynopsis>
<simpara>
<parameter>format</parameter>に基づき文字列フォーマットされた文字
列を出力します。(フォーマットは<function>sprintf</function>のドキュ
メントに既述されています。)
</simpara>
<simpara>
<function>printf</function>と動作は同じですが、可変長の引数ではな
く、配列を引数として受け取ります。
</simpara>
<simpara>
出力された文字列の長さを返します。
</simpara>
<simpara>
<function>printf</function>, <function>sprintf</function>,
<function>vsprintf</function> も参照ください。
</simpara>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->