PO::set_comment_before_headers()
最后更新于:2021-11-25 21:27:40
PO::set_comment_before_headers( string$text)Text to include as a comment before the start of the PO contents
参数
- $text
-
(string) (Required) Text to include as a comment.
源文件
文件: gc-includes/pomo/po.php
function set_comment_before_headers( $text ) {
$this->comments_before_headers = $text;
}