vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Attachment Count in MB (https://vborg.vbsupport.ru/showthread.php?t=53416)

Boofo 05-26-2003 11:27 PM

I have something like that here:

PHP Code:

$attachs['MBbytes'] = number_format($attachs['MBbytes'], 2); 

But it won't round the last decimal up if the one before it is 5 or more, will it? It just chops it off there, right?

filburt1 05-26-2003 11:37 PM

It won't round at all, probably.

Boofo 05-27-2003 07:50 AM

Is there any way to make it round up or is what I got the best I can get?

Gary King 05-28-2003 10:01 PM

<a href="http://www.php.net/round" target="_blank">http://www.php.net/round</a>

Boofo 05-28-2003 10:07 PM

Quote:

Today at 06:01 PM Gary W said this in Post #14
http://www.php.net/round
I tried that already. Thanks, anyway.

Gary King 05-28-2003 11:52 PM

And it doesn't work?

Boofo 05-28-2003 11:58 PM

No, it rounds 2.12 MB to 2 MB and if I use number_format(attachsmb), 2), then it rounds it to 2.00. It must be the way I am trying to cache it.

filburt1 05-29-2003 12:07 AM

round will still work. Look at the second argument.

Boofo 06-04-2003 04:53 AM

Quote:

05-28-03 at 08:07 PM filburt1 said this in Post #18
round will still work. Look at the second argument.
You totally lost me now. What 2nd argument?

gmarik 06-11-2003 10:06 AM

PHP Code:

$megabytes $bytes / (1024 1024); 
$megabytes number_format($megabytes2); // add commas and only 2 dec places 



All times are GMT. The time now is 08:45 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01055 seconds
  • Memory Usage 1,733KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete