IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

ArticleSubject Property

The article subject (for posted articles).

Object Oriented Interface

public function getArticleSubject();
public function setArticleSubject($value);

Procedural Interface

ipworks_nntp_get($res, 18 );
ipworks_nntp_set($res, 18, $value );

Default Value

''

Remarks

The string in this property is posted with a Subject article header to the news server.

If the resulting header is longer than MaxHeaderLength, then it is folded according to RFC 850 specifications.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]