<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>j74th</author_name>
  <author_url>https://blog.hatena.ne.jp/j74th/</author_url>
  <blog_title>@74thの制作ログ</blog_title>
  <blog_url>https://74th.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>配列からキーと値を一緒に取り出す方法 普通はforeachを使うのだが、 &lt;?php foreach( $array as $val ){ calc($val); } とするのだが、これでは値しか取り出せない。そこで、以下のようなものを思いついた。 &lt;?php reset( $array ); do{ calc( current($array) , key($array) ); }while( next($array) ); phpでは、配列上でポインタを転がしたい時、配列の内部ポインタを使う。current($array)は内部ポインタの指す値を返し、key($array)は内部ポインタの指…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F74th.hateblo.jp%2Fentry%2F20080422%2F1208880725&quot; title=&quot;FALSEを信用してはならない - @74thの制作ログ&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>2008-04-22 01:12:05</published>
  <title>FALSEを信用してはならない</title>
  <type>rich</type>
  <url>https://74th.hateblo.jp/entry/20080422/1208880725</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
