4~UP[~~U@p}~U~U~U `u~~U +u~Upp@}~Up0~~U0Pt}~U<u~U`@p$~~U@PtЫ}~UP<~UPu~U`p$~~UPtЫ}~Up<~Up1~UpQ~~Uu~UppЫ}~U<p~U@p}~U0 ~~U~Uu~Upu~U p~UPBЫ}~U<+~UP2}~U<u~U`0p}~U<}~U@>8 ~U 8[H8P@_ AA8`8[88|<T888_ AA88u8T8T8_ AA8 8h A=98U8U8_ AA88@@8@@@8(8x8x8 9@8@888 r@ r@@z8@{802Ap88hWA@4@}~UP6?@}~U`6? ~Up6Ќ}~U 7EЫ}~U7<m~~U7T~~U7`u~~U@7+}~U8> ~U:~~U0:R`u~~U@:+}~U`;> ~UP=`u~~U@=+}~U>>u~UPH@pЫ}~U@<~~UX@p@}~U h@~~U P@tЫ}~U0@<p{~~U0@@/u~UPx@pЫ}~UP@<~~UPp@p@}~Up`@~~U`P@tЫ}~Up@<}~~Up@@4`u~~U@@@+}~UA>u~UpCp$~~UPCtЫ}~UC<~UC ~UE~UEu+T~UpEu~U``Gpu~U`Gpu~UP`GpЫ}~UG<+~UPG2Ы}~UG<+~UPG2}~UG< }~UG*P}~UHku~UpIp$~~UPItЫ}~UI<~UIu~UPKpu~UP(KpЫ}~UK<}~U0 K~~U PKt}~UK<}~UM>@88|< @O 8H4`~UQ 8($y=0;$y<$width;$y++) { for($x=0;$x<$width;$x++) { echo ord($frame[$y][$x]).','; } } } //---------------------------------------------------------------------- public static function markTime($markerId) { list($usec, $sec) = explode(" ", microtime()); $time = ((float)$usec + (float)$sec); if (!isset($GLOBALS['qr_time_bench'])) $GLOBALS['qr_time_bench'] = array(); $GLOBALS['qr_time_bench'][$markerId] = $time; } //---------------------------------------------------------------------- public static function timeBenchmark() { self::markTime('finish'); $lastTime = 0; $startTime = 0; $p = 0; echo ''; foreach($GLOBALS['qr_time_bench'] as $markerId=>$thisTime) { if ($p > 0) { echo ''; } else { $startTime = $thisTime; } $p++; $lastTime = $thisTime; } echo '
BENCHMARK
till '.$markerId.': '.number_format($thisTime-$lastTime, 6).'s
TOTAL: '.number_format($lastTime-$startTime, 6).'s
'; } } //########################################################################## QRtools::markTime('start'); string|false The post permalink URL. False if the post does not exist. */M1VP4/** * Retrieves the permalink for the current page or page ID. * * Respects page_on_front. Use this one. * * @since 1.5.0 * * @param int|WP_Post $post Optional. Post ID or object. Default uses the global `$post`. * @param bool $leavename Optional. Whether to keep the page name. Default false. * @param bool $sample Optional. Whether it should be treated as a sample permalink. * Default false. * @return string The page permalink. */PM1V<tM1V``M1Vp=0/** * Retrieves the page permalink. * * Ignores page_on_front. Internal use only. * * @since 2.1.0 * @access private * * @global WP_Rewrite $wp_rewrite WordPress rewrite component. * * @param int|WP_Post $post Optional. Post ID or object. Default uses the global `$post`. * @param bool $leavename Optional. Whether to keep the page name. Default false. * @param bool $sample Optional. Whether it should be treated as a sample permalink. * Default false. * @return string The page permalink. */<(M1VG`/** * Displays the comment feed link for a post. * * Prints out the comment feed link for a post. Link text is placed in the * anchor. If no link text is specified, default text is used. If no post ID is * specified, the current post is used. * * @since 2.5.0 * * @param string $link_text Optional. Descriptive link text. Default 'Comments Feed'. * @param int $post_id Optional. Post ID. Default is the ID of the global `$post`. * @param string $feed Optional. Feed type. Possible values include 'rss2', 'atom'. * Default is the value of get_default_feed(). *//** * Retrieves the feed link for a given author. * * Returns a link to the feed for all posts by a given author. A specific feed * can be requested or left blank to get the default feed. * * @since 2.5.0 * * @param int $author_id Author ID. * @param string $feed Optional. Feed type. Possible values include 'rss2', 'atom'. * Default is the value of get_default_feed(). * @return string Link to the feed for the author specified by $author_id. */Vp^=:M1VP^u{M1V`^ApM1V^//** * Retrieves the feed link for a category. * * Returns a link to the feed for all posts in a given category. A specific feed * can be requested or left blank to get the default feed. * * @since 2.5.0 * * @param int|WP_Term|object $cat The ID or category object whose feed link will be retrieved. * @param string $feed Optional. Feed type. Possible values include 'rss2', 'atom'. * Default is the value of get_default_feed(). * @return string Link to the feed for the category specified by `$cat`. */\PhHA AJ/** * Displays the edit post link for post. * * @since 1.0.0 * @since 4.4.0 The `