" => N , // "" => M , // ... // ) } // ============================================================================= // get_ads_this_site_this_page() // ============================================================================= function get_ads_this_site_this_page( $site_sid ) { // ------------------------------------------------------------------------- // \greatKiwi_byFernTec_adSwapper_local_v0x1x211_adDisplayer\ // get_ads_this_site_this_page( // $site_sid // ) // - - - - - - - - - - - - - - // Returns the number of ads displayed so far, for this site, on the // current page. // // RETURNS // INT $ads_this_site_this_page // // "dies()" on error // ------------------------------------------------------------------------- $varname = get_ads_per_site_this_page_variable_name() ; // ------------------------------------------------------------------------- if ( ! array_key_exists( $varname , $GLOBALS ) ) { return 0 ; // NO ads displayed this page (for this site, as yet) } // ------------------------------------------------------------------------- $ns = __NAMESPACE__ ; $fn = __FUNCTION__ ; // ------------------------------------------------------------------------- if ( ! is_array( $GLOBALS[ $varname ] ) ) { $ln = __LINE__ - 2 ; $msg = << 1 ) ; return TRUE ; } // ------------------------------------------------------------------------- $ns = __NAMESPACE__ ; $fn = __FUNCTION__ ; // ------------------------------------------------------------------------- if ( ! is_array( $GLOBALS[ $varname ] ) ) { $ln = __LINE__ - 2 ; $msg = <<