{"id":414,"date":"2021-01-07T08:33:55","date_gmt":"2021-01-07T03:03:55","guid":{"rendered":"https:\/\/selfimagination.in\/tips\/?p=414"},"modified":"2021-05-20T12:55:44","modified_gmt":"2021-05-20T07:25:44","slug":"php-length-of-string","status":"publish","type":"post","link":"https:\/\/selfimagination.in\/tips\/php-length-of-string\/","title":{"rendered":"PHP : Length of String"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">PHP script to find out length of the string? <\/h3>\n\n\n\n<p class=\"wp-block-zozuk-wphindi\">\u0915\u094b\u0908 \u092d\u0940 \u0938\u094d\u091f\u094d\u0930\u093f\u0902\u0917 \u0915\u0940 \u0932\u0947\u0902\u0925 \u0928\u093f\u0915\u0932\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0939\u092e\u093e\u0930\u0947 \u092a\u093e\u0938 <strong>strlen<\/strong>&nbsp; \u092b\u0902\u0915\u094d\u0936\u0928 \u0939\u094b\u0924\u093e \u0939\u0948\u0902 \u0907\u0938\u092e\u0947\u0902 \u0939\u092e\u0947\u0902 \u091c\u093f\u0938 \u092d\u0940 \u0938\u094d\u091f\u094d\u0930\u093f\u0902\u0917 \u0915\u0940 length&nbsp; count&nbsp; \u0915\u0930\u0928\u093e \u0939\u0948\u0902 \u0909\u0938 \u0938\u094d\u091f\u094d\u0930\u093f\u0902\u0917 \u0915\u094b \u092a\u093e\u0938 \u0915\u0930\u0928\u093e \u0939\u094b\u0924\u093e \u0939\u0948\u0902 \u0914\u0930 \u0939\u092e\u0947\u0902 return&nbsp; \u092e\u0947\u0902 \u0909\u0938\u0915\u0940 length&nbsp; \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0939\u094b \u091c\u093e\u0924\u0940 \u0939\u0948\u0902 \u0964<\/p>\n\n\n\n<pre title=\"PHP\" class=\"wp-block-code\"><code lang=\"php\" class=\"language-php line-numbers\">&lt;?php\n\n  \/\/ PHP script to find out length of the string \n  $str = \"This is my String\";\n  echo \"My String :\" . $str;\n  $len = strlen ( $str);\n  echo \"&lt;BR>Length is :\" . $len;\n\n?>\n\n<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>PHP script to find out length of the string?<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-414","post","type-post","status-publish","format-standard","hentry","category-php"],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/posts\/414","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/comments?post=414"}],"version-history":[{"count":7,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/posts\/414\/revisions"}],"predecessor-version":[{"id":7783,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/posts\/414\/revisions\/7783"}],"wp:attachment":[{"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/media?parent=414"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/categories?post=414"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/tags?post=414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}