tce_functions_svg_graph.php

tce_functions_svg_graph.php source file reference

Package: com\tecnick\tcexam\admin

Tags

  • file: Function to create an SVG graph for user results.
  • author: Nicola Asuni
  • since: 2013-07-14

Functions

F_getSVGGraphCode()

File: tce_functions_svg_graph.php line 30

F_getSVGGraphCode(mixed $p[, mixed $w = '' ][, mixed $h = '' ]) : converted

Parameters

  • $p : mixed: (string) String containing point data.
  • $w : mixed = ‘’: (int) Graph width.
  • $h : mixed = ‘’: (int) Graph height.

Return values

converted —

string

F_getSVGGraph()

File: tce_functions_svg_graph.php line 157

F_getSVGGraph(mixed $p[, mixed $w = '' ][, mixed $h = '' ]) : converted

Parameters

  • $p : mixed: (string) String containing point data.
  • $w : mixed = ‘’: (int) Graph width.
  • $h : mixed = ‘’: (int) Graph height.

Return values

converted —

string