Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

abs, base_convert, bindec, ceil, exp, floor, hexdec, max, min, octdec, pow, rand, round, srand, trunc

PCR-360 Data

call, listFindCode, listFindValue, listGetByCode, query

call Function
Code Block
languagephp
array $this->call(string $apiFunctionToCall, array $params, bool $commitOnSuccess);

...

Code Block
languagephp
string $this->listFindCode(int $recid);

PCR-360 Debug

debug, error_log

debug Function
Code Block
languagephp
$this->debug(mixed $debug);

PCR-360 Events

attach, attachDb, callCustomEvent, detach, detachDb, trigger

PCR-360 Reports

addError, assign, barcode, loadReport

PCR-360 Utility

arrayToCsv, createFile, sendSystemMessage

arrayToCsv Function
Code Block
languagephp
string $this->arrayToCsv(array $data, string $delimiter = ',', string $enclosure = '"')

...