Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 204 Bytes

File metadata and controls

10 lines (8 loc) · 204 Bytes

memory()

Displays formatted memory value allocated to PHP.

memory($unit = 'KB')

  • $unit - Available value - "byte", "KB" and "MB".
echo memory(); 

Can be used with template engines.