- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
関数リファレンス/size format
提供: WordPress Codex 日本語版
< 関数リファレンス
2013年8月5日 (月) 03:35時点におけるDjkaz (トーク | 投稿記録)による版 (ページの作成:「{{NeedTrans}} {{Copyedit}} ==Description== ==Parameters== {{Parameter|$bytes|mixed|Number of bytes. Note max integer size for integers. Accepts int or string}} {{Paramete...」)
このページ「関数リファレンス/size format」は未翻訳です。和訳や日本語情報を加筆してくださる協力者を求めています。
この記事は翻訳時に編集が必要であるとマークされていました。その為Codex原文が大きく編集されている可能性があります。内容を確認される際は原文を参照していただき、可能であれば本項目へ反映させてください。よりよいCodexを作成するためのお手伝いをお願いします。
Description
Parameters
- $bytes
- (mixed) (必須) Number of bytes. Note max integer size for integers. Accepts int or string
- 初期値: なし
- $decimals
- (int) (optional) Precision of number of decimal places. Deprecated.
- 初期値: 0
Return
boolean or string. False on failure. Number string on success.
Usage
<?php ?> %%%
Example
Description text
Example code
Change Log
- Since: 2.3.0
Source File
size_format() is located in wp-includes/functions.php
.
Related
Function ref links
最新英語版: WordPress Codex » Version 3.6 (最新版との差分)
この記事は翻訳時に編集が必要であるとマークされていました。その為Codex原文が大きく編集されている可能性があります。内容を確認される際は原文を参照していただき、可能であれば本項目へ反映させてください。よりよいCodexを作成するためのお手伝いをお願いします。