Procedural File: functions.php

Source Location: /install/include/functions.php

Page Details

--------------------------------------------------------------------------- $Id: functions.php 3539 2008-07-08 22:28:20Z pesian_stranger $ ---------------------------------------------------------------------------

Project: ImpressCMS <http://www.impresscms.org/>

ImpressCMS is derived from XOOPS 2.0.17.1 <http://www.xoops.org/> Copyright (c) 2000-2007 XOOPS.org Subsequent changes and additions: Copyright (c) 2007 ImpressCMS

--------------------------------------------------------------------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---------------------------------------------------------------------------

Filesource:  Source Code for this file
Functions
icms_createSalt  [line 83]

void icms_createSalt( [ $slength = 64]  )
Parameters:
   $slength: 


[ Top ]
icms_encryptPass  [line 94]

void icms_encryptPass( $adminpass, $adminsalt, $mainSalt  )
Parameters:
   $adminpass: 
   $adminsalt: 
   $mainSalt: 


[ Top ]
icms_install_chmod  [line 78]

bool icms_install_chmod( string $target, [int $mode = 0777]  )

Change the permission of a file or folder

Parameters:
string   $target:  target file or folder
int   $mode:  permission

API Tags:
Return:  Returns true on success, false on failure

Information Tags:
Author:  Newbb2 developpement team

[ Top ]
icms_install_mkdir  [line 50]

bool icms_install_mkdir( string $target  )

Create a folder

Parameters:
string   $target:  folder being created

API Tags:
Return:  Returns true on success, false on failure

Information Tags:
Author:  Newbb2 developpement team

[ Top ]


Documentation generated on Sat, 16 Aug 2008 21:28:53 -0500 by phpDocumentor 1.4.0