Procedural File: functions.php

Source Location: /bblog/inc/functions.php ( Revision Log )

Page Details

functions.php - General functions for bBlog that don't fit elsewhere

License:  GNU General Public License
Copyright:  The bBlog Project, http://www.bblog.com/
Version:  $Id: $
Author:  Eaden McKee - <email@eadz.co.nz> - last modified by $LastChangedBy: $
Functions
array_diff_key  [line 88]

void array_diff_key( array $valuesBase, array $valuesComp[,..], array 2  )

Computes the difference of arrays using keys for comparison

Parameters:
array   $valuesBase:  Base elements for comparison, associative
array   $valuesComp[,..]:  Comparison elements, associative
array   2:  Elements, not existing in comparison element, associative


[ Top ]
my_addslashes  [line 39]

void my_addslashes( mixed $data  )


[ Top ]
my_addslashes_array  [line 51]

void my_addslashes_array( mixed &$item, mixed $key  )


[ Top ]
my_addslashes_array_walk  [line 58]

void my_addslashes_array_walk( mixed $array  )


[ Top ]
ping  [line 22]

void ping( )

Pings external websites specified in the CONFIG table

This is registered as a shutdown function



[ Top ]
smarty_block_dynamic  [line 76]

void smarty_block_dynamic( mixed $param, mixed $content, mixed &$smarty  )


[ Top ]
update_when_compiled  [line 64]

void update_when_compiled( mixed $tpl_source, mixed &$smartyObj  )


[ Top ]