File/key/outline.php

Description

Calculate a Fourier outline

  • author: Andreas Plank <andreas.plank@web.de>
  • version: 2009-02-24 21:24:33
  • license: Noncommercial-Share
Includes
Functions
calc_user (line 282)

For array_walk()

Example.:

  1. array_walk($array'calc_user''-('.$const.')');

void calc_user ( &$item,  $key,  $calc)
  • &$item
  • $key
  • $calc
print_pre (line 248)

Print text as <pre>...</pre>

void print_pre (string $strContent, [boolean $doReturn = false])
  • string $strContent: content to print
  • boolean $doReturn: return string or print directly
sci (line 263)

Scientific numbers

void sci (string $num, [int $d = -1])
  • string $num: number
  • int $d: number of decimals

Documentation generated on Sun, 19 Jul 2009 14:49:07 +0800 by phpDocumentor 1.4.2