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 316)

For array_walk()

Example.:

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

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

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 297)

Scientific numbers

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

Documentation generated on Mon, 14 Dec 2009 14:37:07 +0100 by phpDocumentor 1.4.2