File/util/Util.inc

Description

Same often used functions.

  • copyright: Copyright (c) 2004 Mirchev Ideas Ltd. All rights reserved.
Functions
miMkDirs (line 19)

Attempts to create the directory specified by pathname, creating recursively all needed parent directories.

  • access: public
void miMkDirs (string $pathname, [int $mode = 0777])
  • string $pathname: directory path
  • int $mode: the mode of the newly created directory return boolean true on success or false on failure
miSendEmail (line 38)

Mails the message specified in $text to the receiver specified in $to

  • access: public
void miSendEmail (string $to, string $from, string $subject, string $text)
  • string $to: recipient email address
  • string $from: sender email address
  • string $subject: subject of the email
  • string $text: email contents return boolean true if the mail was successfully accepted for delivery, false otherwise

Documentation generated on Mon, 18 Oct 2004 14:58:33 +0300 by phpDocumentor 1.2.3