<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gerogerokaeru</author_name>
  <author_url>https://blog.hatena.ne.jp/gerogerokaeru/</author_url>
  <blog_title>備忘録 python,統計,読書etc..</blog_title>
  <blog_url>https://gerogerokaeru.hatenadiary.org/</blog_url>
  <categories>
    <anon>PHP</anon>
    <anon>オブジェクト指向</anon>
  </categories>
  <description>クラスの作成方法 クラス名の宣言 クラス内のプロパティ値を格納するメンバ変数名を定義 クラス内でメンバメソッド名を宣言して、クラス中で実行するメソッドを記述 クラス宣言外の所にインスタンス(実体)を作成。 メンバ変数名に値を入力。 メソッドの実行をし、結果を取得。 取得した結果を表示 &lt;?php //(1)クラス名を宣言(設計図を作成) class Remocon_DesignFigure { //(2)クラス内のプロパティ値を入れるメンバ変数名を定義 public $channel; public $volume; //(3)クラス内で行われるメソッドを定義 function monita(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgerogerokaeru.hatenadiary.org%2Fentry%2F20140829%2Fp1&quot; title=&quot;クラス(設計図)を作る - 備忘録 python,統計,読書etc..&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-08-29 00:00:00</published>
  <title>クラス(設計図)を作る</title>
  <type>rich</type>
  <url>https://gerogerokaeru.hatenadiary.org/entry/20140829/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
