You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Bing-Spell-Check/quickstarts/php.md
+62-57Lines changed: 62 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,63 +30,68 @@ Use this quickstart to make your first call to the Bing Spell Check REST API. Th
30
30
3. Replace the `subscriptionKey` value with an access key valid for your subscription.
31
31
4. You can use the global endpoint below, or the [custom subdomain](../../../cognitive-services/cognitive-services-custom-subdomains.md) endpoint displayed in the Azure portal for your resource.
32
32
5. Run the program.
33
-
34
-
```php
35
-
<?php
36
-
37
-
// NOTE: Be sure to uncomment the following line in your php.ini file.
38
-
// ;extension=php_openssl.dll
39
-
40
-
// These properties are used for optional headers (see below).
0 commit comments