XOOPS Docs - XOOPS
[ class tree: XOOPS ] [ index: XOOPS ] [ all elements ]

Procedural File: functions.php

Source Location: /include/functions.php



Page Details:



Tags:

filesource:  Source Code for this file








checkEmail [line 273]

void checkEmail( $email, [ $antispam = false])



Parameters

   $email  
   $antispam  
[ Top ]



CloseWaitBox [line 263]

void CloseWaitBox( )



[ Top ]



formatTimestamp [line 163]

void formatTimestamp( $time, [ $format = "l"], [ $timeoffset = ""])



Parameters

   $time  
   $format  
   $timeoffset  
[ Top ]



formatURL [line 285]

void formatURL( $url)



Parameters

   $url  
[ Top ]



getcss [line 448]

void getcss( [ $theme = ''])



Parameters

   $theme  
[ Top ]



getMailer [line 486]

void &getMailer( )



[ Top ]



getTheme [line 439]

void getTheme( )



[ Top ]



OpenWaitBox [line 224]

void OpenWaitBox( )



[ Top ]



redirect_header [line 360]

void redirect_header( $url, [ $time = 3], [ $message = ''], [ $addredirect = true])



Parameters

   $url  
   $time  
   $message  
   $addredirect  
[ Top ]



showbanner [line 299]

void showbanner( )



[ Top ]



userTimeToServerTime [line 197]

void userTimeToServerTime( $timestamp, [ $userTZ = null])



Parameters

   $timestamp  
   $userTZ  
[ Top ]



xoops_comment_count [line 642]

void xoops_comment_count( $module_id, [ $item_id = null])



Parameters

   $module_id  
   $item_id  
[ Top ]



xoops_comment_delete [line 652]

void xoops_comment_delete( $module_id, $item_id)



Parameters

   $module_id  
   $item_id  
[ Top ]



xoops_confirm [line 108]

void xoops_confirm( $hiddens, $action, $msg, [ $submit = ''], [ $addtoken = true])



Parameters

   $hiddens  
   $action  
   $msg  
   $submit  
   $addtoken  
[ Top ]



xoops_convert_encoding [line 706]

void xoops_convert_encoding( &$text)



Parameters

   &$text  
[ Top ]



xoops_error [line 74]

void xoops_error( $msg, [ $title = ''])



Parameters

   $msg  
   $title  
[ Top ]



xoops_footer [line 68]

void xoops_footer( )



[ Top ]



xoops_getbanner [line 307]

void xoops_getbanner( )



[ Top ]



xoops_getcss [line 456]

void xoops_getcss( [ $theme = ''])



Parameters

   $theme  
[ Top ]



xoops_getenv [line 424]

void xoops_getenv( $key)



Parameters

   $key  
[ Top ]



xoops_gethandler [line 503]

void &xoops_gethandler( $name, [ $optional = false])



Parameters

   $name  
   $optional  
[ Top ]



xoops_getLinkedUnameFromId [line 711]

void xoops_getLinkedUnameFromId( $userid)



Parameters

   $userid  
[ Top ]



xoops_getmodulehandler [line 526]

void &xoops_getmodulehandler( [ $name = null], [ $module_dir = null], [ $optional = false])



Parameters

   $name  
   $module_dir  
   $optional  
[ Top ]



xoops_getrank [line 561]

void xoops_getrank( [ $rank_id = 0], [ $posts = 0])



Parameters

   $rank_id  
   $posts  
[ Top ]



xoops_getUserTimestamp [line 144]

void xoops_getUserTimestamp( $time, [ $timeoffset = ""])



Parameters

   $time  
   $timeoffset  
[ Top ]



xoops_groupperm_deletebymoditem [line 685]

void xoops_groupperm_deletebymoditem( $module_id, $perm_name, [ $item_id = null])



Parameters

   $module_id  
   $perm_name  
   $item_id  
[ Top ]



xoops_header [line 30]

void xoops_header( [ $closehead = true])



Parameters

   $closehead  
[ Top ]



xoops_makepass [line 207]

void xoops_makepass( )



[ Top ]



xoops_notification_deletebyitem [line 634]

void xoops_notification_deletebyitem( $module_id, $category, $item_id)



Parameters

   $module_id  
   $category  
   $item_id  
[ Top ]



xoops_notification_deletebymodule [line 622]

void xoops_notification_deletebymodule( $module_id)



Parameters

   $module_id  
[ Top ]



xoops_notification_deletebyuser [line 628]

void xoops_notification_deletebyuser( $user_id)



Parameters

   $user_id  
[ Top ]



xoops_refcheck [line 139]

void xoops_refcheck( [ $docheck = 1])

Deprecated, use XoopsSecurity class instead



Parameters

   $docheck  
[ Top ]



xoops_result [line 91]

void xoops_result( $msg, [ $title = ''])



Parameters

   $msg  
   $title  
[ Top ]



xoops_substr [line 588]

string xoops_substr( string $str, int $start, int $length, [string $trimmarker = '...'])

Returns the portion of string specified by the start and length parameters. If $trimmarker is supplied, it is appended to the return string. This function works fine with multi-byte characters if mb_* functions exist on the server.



Parameters

string   $str  
int   $start  
int   $length  
string   $trimmarker  
[ Top ]



xoops_trim [line 725]

void xoops_trim( $text)



Parameters

   $text  
[ Top ]



xoops_utf8_encode [line 695]

void xoops_utf8_encode( &$text)



Parameters

   &$text  
[ Top ]



XOOPS Docs generated by phpDocumentor