⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sdo.limitations.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Limitations</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="sdo.constants.html">Predefined Constants</a></div> <div class="next" style="text-align: right; float: right;"><a href="sdo.examples.html">Examples</a></div> <div class="up"><a href="book.sdo.html">SDO</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Limitations</h1> <div class="procedure">  <b class="title">Implementation Limitations</b>  <p class="para">   The following are limitations in the current SDO implementation:  </p>  <ol type="1"><li>   <p class="para">    There is no support for multi-byte character sets.    This will be considered, depending on community requirements,    in the Unicode-enabled version of PHP.    See <a href="ref.unicode.html" class="link">Unicode Functions</a>.   </p>  </li> </ol></div> <div class="procedure">  <b class="title">SDO Limitations</b>  <p class="para">   The following SDO 2.0 concepts are not supported in the current    PHP implementation.   It is not necessarily the case that these will all be added over time.   Their inclusion will depend on community requirements.  </p>  <ol type="1"><li>   <p class="para">    Bi-directional relationships.   </p>  </li>  <li>   <p class="para">    Type and property alias names.   </p>  </li>  <li>   <p class="para">    Read-only properties.   </p>  </li>  <li>   <p class="para">     The Helper classes defined in SDO 2.0 are not directly implemented.     However equivalent function is provided in a more natural way for PHP.     For example the function of <strong class="command">CopyHelper::copy()</strong>     is provided by applying the PHP    <a href="language.oop5.cloning.html" class="link">clone</a> keyword to a data object.   </p>  </li> </ol></div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="sdo.constants.html">Predefined Constants</a></div> <div class="next" style="text-align: right; float: right;"><a href="sdo.examples.html">Examples</a></div> <div class="up"><a href="book.sdo.html">SDO</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -