io.php
2023-04-05 jj5 - I/O functions.
Tags
Table of Contents
- kickass_crypto_report_error() : void
- 2023-04-05 jj5 - this function prints a line of text to STDERR.
Functions
kickass_crypto_report_error()
2023-04-05 jj5 - this function prints a line of text to STDERR.
kickass_crypto_report_error(string $line) : void
Parameters
- $line : string
-
the line of text to print to STDERR.