<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rightgo09</author_name>
  <author_url>https://blog.hatena.ne.jp/rightgo09/</author_url>
  <blog_title>Perl日記</blog_title>
  <blog_url>https://r9.hateblo.jp/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>ちゃんと理解していなかったので読んだ。PHP: 名前空間 - Manual useするときには名前空間＋クラス名で、そのクラス名を修飾せずとも使えるようになる。a.php &lt;?php namespace Foo; class Bar { } b.php &lt;?php require &quot;./a.php&quot;; //var_dump(new Foo\Bar); // Foo名前空間のBarクラスをインポート use Foo\Bar; var_dump(new Bar); //=&gt; class Foo\Bar#1 (0) {} PHP5.6以上ならば、同様に、名前空間＋関数名とか、名前空間＋定数名でもイン…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fr9.hateblo.jp%2Fentry%2F2015%2F07%2F06%2F233000&quot; title=&quot;PHPの名前空間をuseするときはクラス名まで書く - Perl日記&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>2015-07-06 23:30:00</published>
  <title>PHPの名前空間をuseするときはクラス名まで書く</title>
  <type>rich</type>
  <url>https://r9.hateblo.jp/entry/2015/07/06/233000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
