PHP: function mb_str_split

mbstring provides multibyte specific string functions that help you deal with multibyte encodings in PHP. In addition to that, mbstring handles character encoding conversion between the possible encoding pairs. mbstring is designed to handle Unicode-based encodings such as UTF-8 and UCS-2 and many single-byte encodings for convenience. Read more about PHP: function mb_str_split

lens8225271_1259067919CSS_Borders

CSS border styles

Border or border around an element on a web page can be defined in CSS. Border can give the color, thickness and style. All we know for the three basic styles:

  • Solid (solid line),
  • Dashed (dotted line) and
  • Dotted (dotted line), but you know that there are more?
  • Read more about CSS border styles