Inheritances
Files
Overview
FRAMES
NO FRAMES

File dotclear.php

DotClear Importer
PackageWordPress
SubpackageImporter
AuthorThomas Quinot
Linkhttp://thomas.quinot.org/

Summary

Global variables
$dc_import
Functions
csc() Convert from dotclear charset to utf8 if required
get_comment_count() Get the comment count for posts
link_exists() Check whether link already exists
textconv()

Details

Global variables

$dc_import
$dc_import = new Dotclear_Import()

Functions

csc()
function csc( $s)
Convert from dotclear charset to utf8 if required
Parameters
string $s
Returns string
Package WordPress
Subpackage Dotclear_Import
get_comment_count()
function get_comment_count( $post_ID)
Get the comment count for posts.
Parameters
int $post_ID Post ID
Returns int
Package WordPress
Subpackage Dotclear_Import
link_exists()
function link_exists( $linkname)
Check whether link already exists.
Parameters
string $linkname
Returns int
Package WordPress
Subpackage Dotclear_Import
textconv()
function textconv( $s)
Parameters
string $s
Returns string
Package WordPress
Subpackage Dotclear_Import