8 lignes
96 o
PHP
8 lignes
96 o
PHP
<?php
|
|
class FeedEnclosure {
|
|
public $link;
|
|
public $type;
|
|
public $length;
|
|
public $title;
|
|
}
|
|
?>
|