<?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>
  </categories>
  <description>round関数 round(数値、桁数) 第一引数の数値が基準値となり、第二引数に四捨五入したい桁数を指定できる。 &lt;?php $a = round(123.456,1); print ($a); ?&gt; 第２引数の”１”が小数点第1位が繰り上がるので結果は。 出力結果：123.5 第２引数をマイナスや指定しなかったりすると... &lt;?php $a = round(123.456); //指定なし print ($a); 出力結果：123 // $a = round(123.456,-1);//マイナス指定 print ($a); 出力結果： 120 ?&gt; substr関数 substr(対象の…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgerogerokaeru.hatenadiary.org%2Fentry%2F20130918%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>2013-09-18 00:00:00</published>
  <title>文字列関数</title>
  <type>rich</type>
  <url>https://gerogerokaeru.hatenadiary.org/entry/20130918/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
